Has anyone successfully gotten Azure Entra to work with restrict access by groups? #6197
-
After searching the discussion I see a few unanswered posts so Im just curious has anyone gotten this to work? If you want to restrict access by groups
Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Few things needed to make it work. **Entra/AD App registration changes:
"groupMembershipClaims": "ApplicationGroup"
**Finally, environment variables / settings for App / container itself: |
Beta Was this translation helpful? Give feedback.
Few things needed to make it work.
**Entra/AD App registration changes:
a) Check the following checkboxes under "Implicit grant and hybrid flows":
b) Under "Token configuration" add groups claim:
"Optional claims" > "Add groups claim" > Select group types to include Access, ID, and SAML tokens - check the following items: