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

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...

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...

dependencies

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...

dependencies

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=django&package-manager=pip&previous-version=4.2.8&new-version=4.2.11)](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`....

dependencies

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