fangli / django-saml2-auth

Django SAML2 Authentication Made Easy. Easily integrate with SAML2 SSO identity providers like Okta
Other
504 stars 223 forks source link

Base64 support - require_signature error #146

Open urbinacity opened 4 years ago

urbinacity commented 4 years ago

I'm using the latest version of this library 2.2.1 with Django 2.2 and getting this error when trying to sign in,

AttributeError at /saml2_auth/acs/ 'NoneType' object has no attribute 'require_signature' screenshot

I found the same issue reported by another user: https://stackoverflow.com/questions/59227596/nonetype-object-has-no-attribute-require-signature-saml-2-authentication-in