django-saml2-auth
django-saml2-auth copied to clipboard
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Hello, I haven't used the library yet, and I am wondering if I can get the token from IdP and use the token be part of the API request to...
No production system that matters exposes the Django Admin. Thanks.
Wried, after configuration with OKTA, if I had logged in my application (not using smal), then I can login with SAML from OKta and automatically change to the Okta user...
This PR lets user to use custom Username field to get the `target_user`.
Added a new "AFTER_LOGIN" hook that is called after the user is logged in.
Created a setting to specify which domains are allowed for SAML2 redirects with POST binding. Our use case was local development with a React client.
The section of the `README` dealing with setup for Okta can be a bit difficult to understand if you don't know exactly what you're looking for; this PR clarifies those...
This PR fixes using the `USERNAME_FIELD` attribute for non-standard Django user models.
Would it be possible to split the responsibility of this SAML module to be an option for login, instead of "taking over" the login page completely? Seems like maybe this...
Hi, I'd like to authenticate users with django-saml2-auth to a single path e.g. /test and not using it for creating django users. Basically I'd like to disable django.contrib.admin completely. Removing...