django-auth-adfs icon indicating copy to clipboard operation
django-auth-adfs copied to clipboard

A Django authentication backend for Microsoft ADFS and AzureAD

Results 66 django-auth-adfs issues
Sort by recently updated
recently updated
newest added

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.7 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...

dependencies

Bumps [django](https://github.com/django/django) from 4.2.8 to 4.2.10. Commits a684d73 [4.2.x] Bumped version for 4.2.10 release. 572ea07 [4.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9fe7411 [4.2.x] Pinned black...

dependencies

I am having problems with the redirect URI when trying to log in. I have the application running in AWS, in an ECS container, which communicates through port 80 (HTTP)...

I've a django angular application. The accessTokenAcceptedVersion =1 on my azure app manifest works for django admin (http://localhost:8000/admin) but when I change it to version accessTokenAcceptedVersion =2 it stops authenticating...

I have configured LOGIN_EXEMPT_URLS and it's working for admin page but for nested urls of application it isn't. What is the proper way to handle it? ``` AUTH_ADFS = {...

I applied [django-auth-adfs ](https://pypi.org/project/django-auth-adfs/) package to perform 2FactorAuthentication on AzureAD. Hi, I got an Azure engineer to configure the following link, It works well. [azure_ad_config_guide](https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html) All attributes except email have...

I am relatively new to Django and am using your library to try and login with Active Directory - which I can do successfully. However, once logged in I would...

To allow user to be redirected to previous or specific page after login, django has default native parameter **NEXT** for that. When I want to implement it, this is the...

I followed this tutorial https://django-auth-adfs.readthedocs.io/en/latest/azure_ad_config_guide.html#step-3-register-and-configure-an-azure-ad-frontend-application and everything is set as per that, but when i try to login i am seeing URI mismatch error and cause for that is i...

help wanted

Hello, i’ve been using this package for a while now and it’s been great, a massive time saver! Recently, policies were updated/implemented in our Nexus IQ/Sonatype and the package is...