zibasec / django-saml2-pro-auth

SAML2 authentication backend for Django wrapping OneLogin's python-saml package https://github.com/onelogin/python3-saml
MIT License
30 stars 28 forks source link

Can't override default security values. #42

Open Herc53 opened 3 years ago

Herc53 commented 3 years ago

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 "requestedAuthnContext" and I want to set it to "False". I've also tried to modify other parameters like nameIdEncrypted or signatureAlgorithm. All of those get ignored.

shepdelacreme commented 3 years ago

Hmm...I'd need further information to see why it isn't working for you. It definitely works in local testing so it may be something with the way the settings are being specified?

shepdelacreme commented 3 years ago

I know this issue was from quite a ways back but I haven't been able to replicate it locally. If you are still having this issue can you share an example?