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

These explicitly test the login exempt urls setting. References #318

As per the documentation we can use custom login page when in settings CUSTOM_FAILED_RESPONSE_VIEW calls a function like AUTH_ADFS = { 'CUSTOM_FAILED_RESPONSE_VIEW' : 'app1.views.login_failed' } and the login_failed function takes...

enhancement

Is there no way to get the access token of the authenticated user using this library?

During development, our Django backend runs at `http://localhost:8000/` while the frontend is at `http://localhost:5173/`. The following host verification code restricts the redirect to the current request's host. https://github.com/snok/django-auth-adfs/blob/9415d8a5c885587a1b8b6ed27414da24968336d4/django_auth_adfs/views.py#L54-L59 Could it...

Hello, I came across this implementation and I've been trying to solve my use case using it. My use case is simplified as follows: 1. Front end Angular application authenticates...

help wanted

We use Microsoft Entra ID on microsoft azure. We send all posisble group sin the token, but we keep missing a lot of groups. Some users have over 150 groups!...

question