C
Clever OIDC UserInfo endpoint
Details
- URL
-
https://api.clever.com/userinfo - Docs
- https://dev.clever.com/docs/oidc-implementation.md
Authentication
Clever SSO bearer access token bearer discovered
Authorization: Bearer <credential> Create a Clever app in the Clever App Dashboard, then send users through Clever's OAuth authorization-code flow as documented in OAuth Implementation. Exchange the authorization code at https://clever.com/oauth/tokens using your app credentials to receive a bearer access_token. For Clever Library testing, the same flow is shown in Testing Clever Library with Postman.