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

It appears that based on the current configuration settings, only a single IDP is supported for connection. Is this accurate? If so, is there already an effort to create the...

#### Overview Pass next_url as relay param to `prepare_to_authenticate` which is echoed back as IDP response and can be accessed in POST request from IDP along with SAML RESPONSE. >...

Hi, While learning python and django fundamentals, I used the library to integrate with OKTA. I found that when I protected views using login_required, and accessing views directly for individual...

The tooling (intentionally) lacks a bunch of features that have been requested (and even PR'd) by the community. I understand your desire to keep it simple and not take on...

Its not an issue asking a doubt about how to use this app. I wanted to develop SP initiated App and SAML for Spintiated app for single IDP, Example IDP...

I had trouble figuring out why after properly logging in through SSO and login being called on the appropriate user, why I wasn't logged in. It turns it it was...

Hello, Info: Running on http://127.0.0.1:8000 SSO URL: http://127.0.0.1:8000/saml2_auth/acs Audience URI: http://127.0.0.1:8000/saml2_auth/acs Completed: Added the METADATA_AUTO_CONF_URL url from okta, included all of the urls in main urls.py. I am a bit...

I just want to know where to pass the .cert file or public key in your plugin.

Hi- The idp I have , that is okta, is encrypting the saml response with the public key of my server. I have the private key of the server. I...

Although request signing is not required by the protocol, there are some IdPs that may require it. Is there any option to support SP Metadata and request signing?