django-saml2-auth icon indicating copy to clipboard operation
django-saml2-auth copied to clipboard

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta

Results 99 django-saml2-auth issues
Sort by recently updated
recently updated
newest added
trafficstars

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

![serversideerror-2](https://user-images.githubusercontent.com/12770033/39916801-3efff77a-5529-11e8-9ddd-9a1ee1114e04.PNG) ![inkedclientsideerror-1_li](https://user-images.githubusercontent.com/12770033/39917197-5d616b08-552a-11e8-8d83-68e76e441e46.jpg) 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...

![image](https://user-images.githubusercontent.com/84793334/131343654-27db340d-3f89-4efe-bcbd-aafc1aae2dd2.png) 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.