django-auth-adfs
django-auth-adfs copied to clipboard
A Django authentication backend for Microsoft ADFS and AzureAD
This pull request adds the ability to be able to query the user groups via MS Graph if they do not fit in the initial JWT access token (in the...
Is it possible to use this package it with the Azure AD B2C?
I am using a modified version of this plugin and have noticed a potential issue that I wanted to validate. I have setup Azure to obtain the groups like below:...
We launched the application as Azure App Service. We set it up as recommended in the manual. The application has been working properly for about 2 months. "AADSTS54005: OAuth2 Authorization...
### Overview I configured my django app with django-auth-adfs using Azure AD (free account) follow all step in [this docs](https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html). When I ran django app at http://localhost:8000 and login with...
Moving [this part](https://github.com/snok/django-auth-adfs/issues/173#issuecomment-1020244951) of the conversation from #173 to here. > Looks like sAMAccountName is not available for groups entirely managed within Azure AD: https://docs.microsoft.com/en-us/azure/active-directory/hybrid/how-to-connect-fed-group-claims > > > sAMAccountName and...
When a large number of memberships is supplied in the auth token the individual groups are not provided anymore. Instead a Graph URI is provided. By following that you should...
Made some very slight performance updates in the self.update_user_groups method. `values_list()` retrieves a subset of data without the overhead of creating model instances
Right now this library is limited to a single IDP. I have need where users could authenticate from 2 different IDPs. Django SAML2 library has the ability to configure multiple...
Hello, I followed precisely the tutorial on page ( [https://django-auth-adfs.readthedocs.io/en/latest/)](https://django-auth-adfs.readthedocs.io/en/latest/). But when I click the button "microsoft" on the site "Django administration" I get the error msg `"(invalid_request) AADSTS900144: The...