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

Hi folks, I'm having an issue regarding to the binding that the module is using, it seems that by default its set to Redirect but my provider is expecting POST...

When trying to use this package for SAML2 integration with Okta, I'm getting this error: ``` Traceback (most recent call last): File "/Users/nikolamilev/projects/colony/platform/scribe-api/local-env/lib/python3.7/site-packages/saml2/entity.py", line 1455, in _parse_response response = response.loads(xmlstr,...

Currently, the hooks `CREATE_USER` and `BEFORE_LOGIN` are passed the `user_identity` from SAML. They should also be passed a the matching `target_user` — it is available at that point. That would...

_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...

dependencies

It's been a while since the last update. Any luck to update support for Django 3.0?

I get the error message: `Sorry, you are not allowed to access this app` when calling http://MY_URL/saml2_auth/acs/ and directly redirected to /saml2_auth/denied/ What am I doing wrong? ``` SAML2_AUTH =...

Hi there, thanks for this package. I'd like to be able to run the server locally while pointing at the production database. For our specific production database, we have the...

Some IdPs will not accept Authentication Requests unless they are signed. This PR introduces the minimum changes to support that.

The last commit appears to be from about 1.5 years ago, and the issues and PRs have piled up since then. I checked @fangli and haven't seen recent GitHub activity...