djangosaml2idp icon indicating copy to clipboard operation
djangosaml2idp copied to clipboard

SAML 2.0 Identity Provider in Django

Results 41 djangosaml2idp issues
Sort by recently updated
recently updated
newest added

I'm still running `djangosaml2idp==0.6.3` and running into an issue w/ the logout view. It looks like the `resp` is already a string and not an object causing an exception to...

The Service Providers must be imported manually either using the administrative interface or the Django console. This pull request adds a custom command called `import_sp_from_xml` which can be invoked from...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

The temp folder used on `models.py` is hard-coded to `"/tmp"`. This works fine in Linux as well as on Mac, but it breaks on Windows. This pull request changes the...

When adding my SP via the Admin interface and clicking the save button I get the exception shown below. Metadata at the bottom of this message. Django side is the...

I've been bumping into a really odd bug lately, and I can't seem to get anywhere with it, wanted to ask if you have any ideas @mhindery The error is:...

This PR adds two main dynamic and optional configuration settings : `SAML_IDP_CONF_LOADER` : a path to a callable that can adapt the IDP configuration, taking two arguments : * static_config...

We're using djangosaml2's [dynamic configuration loading](https://pypi.org/project/djangosaml2/#custom-and-dynamic-configuration-loading) feature, and would like to be able to use something similar for djangosaml2idp. Is this a feature on the roadmap, or would you be...

Add a new setting `SAML_IDP_LOGIN_URL` allowing to specifiy what would be the redirection target of the [LoginRequiredMixin](https://docs.djangoproject.com/en/3.1/topics/auth/default/#the-loginrequired-mixin) in case a user is not logged-in.