Auth0
Integrate Sumsub with Auth0 to smoothly verify clients before authorization.
Auth0 is a cloud-based Identity-as-a-Service platform that lets you integrate advanced authentication and authorization mechanics into your applications.
Sumsub and Auth0 integration enables automated KYC/AML flows during user registration or login, allowing you to check user identity before granting them permissions and access to your product.
Get started with Auth0 integration
Auth0 is a plugin that automatically directs your users to Sumsub for identity verification during their first login attempt.
After their identity is confirmed, they can continue with the login process.
To connect it to your Sumsub account, you need to create an Auth0 account and a Sumsub account with API access and do the following:
Obtain Sumsub token and secret key
To get a Sumsub token and secret key:
- Generate a new access token, as described in this article. Once the token is created, the dedicated secret key will be generated automatically.
- Open your Sumsub Dashboard, navigate to the Dev Space → App tokens, and copy both the token and the key.
Configure KYC verification level
To configure a verification level:
- Navigate to Individuals → Levels.
- Copy the name of the level you want to use for verification with Auth0. This level name will be used in the integration configuration.
Note
If you do not have a dedicated level, refer to this article for the instructions on how to create one.
Add and configure integration
- Open https://auth0.com/.
- Log in using your Auth0 account.
- Navigate to the Marketplace, find Sumsub, and click Add integration.
- Configure the integration by filling in the dedicated fields with the data you obtained before:
- Sumsub App Token
- Sumsub Secret Key
- Sumsub Level Name
- Select Create to add the integration to your library.
- In the modal dialog that appears, select the Add to flow link. The Action will be automatically added to your login flow.
- Select Apply Changes.
For more details on each step, refer to the Auth0 installation instructions.
Updated about 4 hours ago