Method 1: PostMessage (recommended)
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 toexample.com/authsuccess.html?params and receive the data like this: