django-auth-adfs
django-auth-adfs copied to clipboard
A Django authentication backend for Microsoft ADFS and AzureAD
By using Django's `bulk_create` and set operations we can reduce the time complexity of this function from two sorts to none and from 3 + (2ish * (claim_groups - existing...
Hi folks, Firstofall, thanks for the amazing lib. I find it clean and efficient. 🤩 Documentation is great too, and I could setup the basics in Azure thanks to the...
Hi, It would be nice to configure ADFS with a proxy. Something similar to this below: ``` # checkout the documentation for more settings AUTH_ADFS = { "SERVER": "adfs.yourcompany.com", "CLIENT_ID":...
WIP for #117
I get this error when I set `VERSION` settings variable to `v2.0`. My backend app exposes the v2.0 endpoint. The documentation specifies that Version 2.0 is possible and even recommended...
**This issue is waiting for the Django ORM to be async and pushed to master** We all had our hopes up for an async ORM to be pushed with Django...
Wondering how best to handle this a situation where the claim data needs to be transformed into something useable. By default, Microsoft AD sends Object GUIDs (UUIDs) as base64 encoded...
Hi, I use Azure AD. I configured everything like I thought it would work. I opened the django admin site. I typed in my credentials and it said wrong credentials......
Following the following StackOverflow thread https://stackoverflow.com/questions/73644357/azure-ad-user-access-token-requested-by-angular-msal-library-and-validation-by-w, a little tip should be added in the following documentations pages : - https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html - https://django-auth-adfs.readthedocs.io/en/latest/settings_ref.html#audience Thanks by advance for future users and thanks...
Hi, I'm facing issues with the ADFS Django functionality. Can someone help? LOG: django_auth_adfs loaded settings from ADFS server. operating mode: openid_connect authorization endpoint: [https://login.microsoftonline.com/xxx token endpoint: [https://login.microsoftonline.com/xxx/oauth2/token] end session...