SSO OIDC - User info - only sub and email claims
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi,
I'm actually facing an issue, while trying to auto provision my users from an OIDC SSO connexion.
Almost everything works fine : authentication, and the user info call, except that the user claims I get are only sub and email, although I would like to get other claims, like given_name, and others...
Below is the configuration of the scopes, from importing well known configuration from my provider, and we can see the scopes I'm calling :
But in logs, I can see that my claims are limited only to sub and email ones.
Still in logs, I can see this line :
AuthorizationURL : https://fca.integ01.dev-agentconnect.fr/api/v2/authorize?scope=email+openid&response_type=code&oauth... on which I can only see email and openid scopes. Maybe my issue comes from this point ?
Could you please help me ?
