Skip to main content
Using your preferred method, once you have made a request, you need to receive the data back after successful auth. If no redirect_url is provided, the authentication window will close and send data to your application via postMessage.

Method 2: Redirect (beta)

If you provide a redirect_url in your service configuration, users will be redirected back to your application with authentication data as URL parameters. For example, you could redirect to example.com/authsuccess.html?params and receive the data like this: