django-auth-adfs
django-auth-adfs copied to clipboard
A Django authentication backend for Microsoft ADFS and AzureAD
Use of MS Graph API to fetch group information for the user imposes a limitation of max 100 items returned per API request so when there are more than 100...
This PR addresses #270
Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.4 to 0.5.0. Changelog Sourced from sqlparse's changelog. Release 0.5.0 (Apr 13, 2024) Notable Changes Drop support for Python 3.5, 3.6, and 3.7. Python 3.12 is now...
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`....
Hi, as mentioned in #270 , I think this would be a great addition to the library and the other PR ( #278 ) is stale, so I am trying...
Client: React SPA Web API: Django Backend REST API Azure AD (only cloud) I am able to test 'authentication' and 'web api call' with access token. I would like to...
I am looking for guidance on how to implement RBAC using django-auth-adfs in following scenario. [There is no 'discussion' option hence creating 'issue' to discuss with community.] # Scenario/Setup. 1....
The ADFS Server 2012 R2 configuration looks like this: Please note that the first certificate is active whereas the second one is expired. The Federation metadata lists both certificates under...
- Consolidate request handling logic into helper method. - Support a querystring to filter groups. Replaces #274 Fixes #272