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

Base64 support - require_signature error

Open urbinacity opened this issue 5 years ago • 0 comments

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

urbinacity avatar Sep 21 '20 17:09 urbinacity