Weird-Sheep-Labs / django-azure-auth

A simple Django app for user authentication with Azure Active Directory/Entra ID.
MIT License
17 stars 10 forks source link

fix: Issue that prevents a user from being removed from Django group correctly #33

Closed jk-f5 closed 1 month ago

jk-f5 commented 1 month ago

Removing a user from an upstream group in Azure AD was not causing that user to be removed correctly from the downstream Django group. This happens when a user is removed from an existing mapped Azure group and no longer has any roles in id_token_claims as a result.

regoawt commented 1 month ago

Hey thanks, good spot.