Single Sign On
Add SSO to integrate with enterprise IDPs using protocols such as SAML & OIDC.
#
Authentication API endpoints#
Authorizehttps://auth.levity.ai/oauth/authorize#
GETThe GET /oauth/authorize endpoint can accept a sign-on request with the following url parameters:
- client_id: The client id generated in the Levity app.
- redirect_uri: The url to be redirected back to when the authentication request is processed.
- response_type:
code
- scope:
openid,profile,email
#
Get Access Tokenhttps://auth.levity.ai/oauth/token#
POSTThe POST /oauth/token endpoint can accept a token request with the following url parameters:
#
Body Parameters- grant_type: The client id generated in the Levity app.
- redirect_uri: The url to be redirected back to when the authentication request is processed.
- code: