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.
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.