django-saml2-auth
django-saml2-auth copied to clipboard
Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
I am working with django_saml2_auth to set up a SSO Login on Django. I have installed the xmlsec library from this [link](https://www.zlatkovic.com/projects/libxml/index.html) and everything seems correct but when testing the...
SigverError at /saml2_auth/acs/ Cannot find ['xmlsec1']
Hey everyone, I am maintaining a forked instance of the project at [grafana/django-saml2-auth](https://github.com/grafana/django-saml2-auth). I've merged many PRs, [completely refactored](https://github.com/grafana/django-saml2-auth/pull/14) the code, added tests and CI workflow and update dependencies fairly...
  My concern is how we can handle these kind of errors while implementing Azure Active Directory as Identity Provider.
Hi there, Recently I have been working on a project that uses Django Saml2 Auth for signing on. A while back I was asked to add Single Sign On to...
Hi, When finding out why pip wouldn't install my requirements anymore for my project, I found out it's because `djangorestframework-jwt` doesn't work with (or is preventing installation of) `PyJWT` v2...
 Getting KeyError in SAML response, I can see that decoded response says success and I am assuming that this is related to claim mapping but I have commented "ATTRIBUTES_MAP"...
Hello, I am getting a KeyError when I run the code, specifically I see the following variable in the code `user_identity = authn_response.get_identity() ` under the acs function as empty...
I am getting error "Unknown AssertionConsumerServiceURL https://example.com/saml2_auth/acs/" in saml 2 responce. I have installed this package with sudo in /usr/local/lib/python3.7/site-packages/django_saml2_auth.