Skip to content

Commit

Permalink
docs: Explain how to map Azure AD groups (#3803)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Apr 18, 2024
1 parent 526faff commit 9a4dbae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,11 @@ external IDs of `my_group` and `my_other_group`:
</saml2:AttributeValue>
</saml2:Attribute>
```

Note that the claim must be named exactly `groups`. Some identity providers like Azure Active Directory or Microsoft
Entra ID add a namespace to their claims such as `http://schemas.microsoft.com/ws/2008/06/identity/claims/groups`, which
must be mapped to the `groups` claim that Flagsmith expects. If this is the case, please notify Flagsmith support to add
the correct mapping for you. Or, if you are self-hosting, add a claim mapping like this one to your SAML configuration
from the Django admin console:

![Mapping Entra ID groups to Flagsmith groups](/img/saml-group-mapping.png)
Binary file added docs/static/img/saml-group-mapping.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a4dbae

Please sign in to comment.