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

SAML2 authentication backend for Django wrapping OneLogin's python-saml package https://github.com/onelogin/python3-saml

Results 9 django-saml2-pro-auth issues
Sort by recently updated
recently updated
newest added

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.0.4 to 22.0.0. Release notes Sourced from gunicorn's releases. Gunicorn 22.0 has been released Gunicorn 22.0.0 has been released. This version fix the numerous security vulnerabilities. You're...

dependencies

Bumps [black](https://github.com/psf/black) from 20.8b1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...

dependencies

Grettings, First, I want to say thankyou for all your effort developing this package. I implemented django-saml2-pro-auth and It worked in my local enviroment, but when I pushing to AWS...

Right now `ProviderConverter` raises `SynchronousOnlyOperation` when you try it on Django 3.2

Hello, I have a Django app that uses the package, we puted the wantMessagesSigned: True, we added this config in the admin interface as well, and we still receiving this...

I'm trying to override security values using settings.py config file within my Django project. All my security settings are ignored and default values are being used. I'm mostly intrested in...

Implements my request from #44 . `SAML_USERS_LOOKUP_ATTRIBUTE[1]` can now be a callable. That allows to construct more complex values for the user id based on multiple attributes if needed. Unfortunately...

Hi, I noticed that the user creation/lookup is solely based on the name id that the IDP provides. This could cause issues if multiple IDPs return the same NameId (be...

The documentation (the README in the project root) contains a few errors and omissions: * It doesn't mention that one needs to add saml2_pro_auth to the INSTALLED_APPS list * It...