OpenID Connect
Sumsub ID supports OpenID Connect (OIDC), which allows you to authenticate verified users using Sumsub ID.
Implementation details
- Issuer:
https://id.sumsub.com/ - Configuration URL:
https://id.sumsub.com/.well-known/openid-configuration
The OpenID Connect discovery protocol allows you to automatically configure OIDC integrations using the metadata provided at the configuration URL.
Configuration metadata
The configuration contains metadata describing:
- Authorization and token endpoints.
- Userinfo endpoint.
- Supported scopes, response types, and grant types.
- Public keys for ID token validation.
Supported scopes
The following table describes the supported scope values—permissions that grant access to specific actions within Sumsub ID Connect—used in the following request.
| Scope | Description |
|---|---|
openid | Returns the ID token (id_token). Required by OpenID Connect. |
profile | Grants access to the user’s basic profile information. |
email | Grants access to the user’s email address. |
name | Grants access to the user’s name information. |
share | Grants permission to generate a Sumsub ID Share token. |
offline_access | Grants permission to obtain a refresh_token. |
Setup
To enable and use OpenID Connect, complete the following steps in the Dashboard:
- Navigate to Reusable Identity → Sumsub ID Connect.
- Generate a secret key and register a redirect URL.
- Save changes.
Updated about 5 hours ago