We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b93d35 commit 1868c8bCopy full SHA for 1868c8b
1 file changed
src/onelogin/saml2/auth.py
@@ -512,6 +512,7 @@ def __validate_signature(self, data, saml_type):
512
data.get('RelayState', None),
513
sign_alg,
514
saml_type,
515
+ lowercase_urlencoding
516
)
517
518
if not OneLogin_Saml2_Utils.validate_binary_sign(signed_query,
0 commit comments