var oauthURLPrefix="https://visibility.amp.cisco.com"; var oauthServerUrl=oauthURLPrefix + "/iroh/oauth2/authorize"; var oauthServerTokenUrl=oauthURLPrefix + "/iroh/oauth2/token"; var resourceProviderTestEndpoint=oauthURLPrefix + "/iroh/profile/whoami" ; var response_type="code"; var client_id="client-3bb1e787-381d-4f12-bf32-e1158f200ddc"; var client_password = "CrXwg31_vnRHpjPXzgVzUFKHr6RO8GTL-iI8aDeUU3n48NtD7PFLhg"; var redirect_uri="https://localhost:5443/callback.html"; var scopes=[ "profile", "inspect" ]; var scope=scopes.join(" "); var state="whatever=";