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

As per https://github.com/snok/django-auth-adfs/actions/runs/11106517309/job/30855027879#step:8:40 ``` Run codecov/codecov-action@v2 ==> linux OS detected https://uploader.codecov.io/latest/linux/codecov.SHA256SUM ==> SHASUM file signed by key id 806bb28aed779869 ==> Uploader SHASUM verified (b37359013b48fbc3b0790d59fc474a52a260fb96e28e1b2c2ae001dc9b9cc996 codecov) ==> Running version latest ==>...

ci/cd

I've been trying to configure my Django REST Framework app to use django-auth-adfs for Microsoft Entra ID (former Azure AD B2C), but I have an error with signature verification. ```python...

I have been trying to configure my app to use this package but I have an error I can't seem fix. Django version 5.0.7 I keep getting an ```2024-07-18 15:19:30,444:...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.5.0. Release notes Sourced from urllib3's releases. 2.5.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Hi, As mentioned in https://github.com/snok/django-auth-adfs/issues/270, https://github.com/snok/django-auth-adfs/issues/357, this would be a great addition to the library and the other PR ( https://github.com/snok/django-auth-adfs/pull/343 ) seems stale or hopefully he is having a...

**Check the new groups are different before update** Claimed groups can contain groups that are not relevant for our app, so the first quick check is to ensure the lists...

Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

Bumps [django](https://github.com/django/django) from 4.2.18 to 4.2.22. Commits 7275cc5 [4.2.x] Bumped version for 4.2.22 release. ac03c5e [4.2.x] Fixed CVE-2025-48432 -- Escaped formatting arguments in `log_response... c62f4ee [4.2.x] Added stub release notes...

dependencies
python

Hi, I wanted some help to be able to have multi-tenant login using Django-Auth-ADFS. Our usecase is to login to a web application using Microsoft SSO whereby the email of...

help wanted

Hello, I am trying to get this to work with Netbox, and I can get SSO functioning but the groups claim is causing some issues. When I add GROUP_CLAIM, GROUPS_CLAIM,...

help wanted