Replies: 2 comments 1 reply
-
|
OpenID specs defines only a minimal set of claims for a signed-in user. It is up to your chosen Identity Provider to decide whether and how to expose more user info such as department or group. For example, this is how to customize tokens in Microsoft Entra ID. And this |
Beta Was this translation helpful? Give feedback.
-
|
Using the token provided by |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Once a user is auth'd, is there a method to check group memberships or department assignments? I'm wanting to add different sections to my Flask app, but only display them or make them available based on group or departmental memberships.
Based on the OpenID specs linked on one of the docs, it doesn't look like department or group are passed when you auth.
Beta Was this translation helpful? Give feedback.
All reactions