django-saml2-auth
django-saml2-auth copied to clipboard
Base64 support - require_signature error
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'

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