Gibe / Umbraco.Community.AzureSSO

Azure AD SSO module for Umbraco
MIT License
10 stars 8 forks source link

Groups not returned in claim if user is member of many groups #26

Open bryanarcher opened 3 months ago

bryanarcher commented 3 months ago

If user is a member of several groups, the following claim is returned:

"hasgroups": "true",

So the mappings do not work correctly, it's up to the app to use GraphAPI to retrieve the users groups.

stevetemple commented 2 months ago

Weird, all of our users are in multiple groups and we've not had the same issue