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

Remove samlSessionIndex check #26

Closed Big4SMK closed 6 years ago

Big4SMK commented 6 years ago

Not all identity providers actually send a sessionid, which makes this check fail and making users unable to login.

juliedavila commented 6 years ago

Thank you! It's now available in 0.0.9 in pypi