Migrating to OIDC
Clever Complete Agreement RequiredThis feature is included with a Clever Complete subscription. Sign up here or email your Application Success Manager to learn more.
Use this page to migrate an existing Clever SSO integration from OAuth 2.0 or SAML to OIDC.
Before you startMake sure you understand how to use the
/userinfoendpoint and how to obtain anid_token.Your application must also have OIDC scopes enabled. If you are not sure whether your app is configured for OIDC, contact Clever Support.
Migrate from OAuth 2.0 to OIDC
If your app already uses the standard Clever OAuth flow, you can move to OIDC in two ways:
- Use the
access_tokenreturned fromPOST /oauth/tokensto callhttps://api.clever.com/userinfo - Decode the
id_tokenreturned fromPOST /oauth/tokensto obtain user identity data- this requires OIDC scopes on your Clever SSO application
For implementation details, review:
Migrate from SAML to OIDC
A Clever SSO application cannot support both SAML and OIDC on the same application.
If you want to move from SAML to OIDC, request a new OIDC-enabled application from Clever Support.
After you receive the new application, build and test your OIDC integration using the OIDC-specific documentation:
Updated 11 days ago
