Single Sign-On Overview
Go to Home ➜ Organization ➜ Builder ➜ Login Box.
Get an authorization URL
Request
HTTP Request
Redirect URI
code
query parameter. Your app can use this code
to retrieve the user's profile. Additionally, SSOJet can include a state parameter in the redirect, which you can use to encode and preserve any necessary information for restoring your application's state.https://your-app.com/callback?code=02114164344354&state=2151050150
To ensure a smooth sign-in process for your users, it's important to configure the allowed redirect URIs for your application through the Redirects page in the dashboard. Without a valid redirect URI, users won't be able to sign in. Remember to use a redirect URI as a parameter to obtain the authorization URL that matches one of the URIs configured in the dashboard.
Error codes
Error code | Description |
---|---|
access_denied | The user denied an OAuth authorization request at the identity provider. |
Modified at 2024-06-18 12:52:41