django-saml2-auth
django-saml2-auth copied to clipboard
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Could you please help me with this issue? [stackoverflow post](https://stackoverflow.com/questions/66951096/saml2-with-django-stuck-on-infinite-loop) Please let me know if any other details are necessary.
Has anyone successfully updated this code to pass custom attributes as extensions in the SAML Request to the IDP? We want to pass some fields that the IDP will pass...
Django's custom user models can use an alternate field for the username - the usage of get means that we are tied to the username field - instead, change to...
Hi, in a configuration I'm struggling to setup I get to the point that the user is authenticated but when inside function acs, dict user_identity is empty. Does that mean...
When i attempt to login my djnago app after logging out, I'm taken to my app directly before entering credentials again. (Okta account is not logged out).
Hi, I'm trying to integrate our application with ADFS Authentication from a client, I followed the settings in documentation, when try login I receive an error in ADFS log: ```...
Type and value do not match: ::f35a6974-607f-47d4-82d7-ff31d7dc53a5 How to resolve this issue?
It is not critical, but sometimes useful when servers get slightly out of sync in terms of time. This PR only exposes the accepted_time_diff already available in PySaml2
I have implemented Django Saml2 Auth in my application, It's working very well. I want to get the user information from azure. While debugging I am able to see the...
**ModuleNotFoundError at /saml_auth2/acs/** No module named 'path' Request Method: POST https://127.0.0.1:8000/saml_auth2/acs/ 3.0.10 ModuleNotFoundError No module named 'path' in _find_and_load_unlocked, line 973 /home//workspace//bin/python 3.8.2 I am getting above error, I don't...