jhuapl-boss / boss-oidc

Django Auth plugin specific to the Boss SSO Server
Apache License 2.0
13 stars 22 forks source link

Get groups of user #30

Open DanielShinken opened 6 years ago

DanielShinken commented 6 years ago

Hi there, is there a way to get groups a user belongs? also is there a way to get al attributes listed those groups or the attributes list on every user? I've been reading the docs but can't find how to do it.

derek-pryor commented 6 years ago

Currently there is not, as our application only cares about the Keycloak roles the user is assigned.

You are welcome to make these types of changes and submit a pull request.