Skip to content

Commit 4dc51fb

Browse files
committed
Support optional NameID element in SAML response
Prior to pysaml2 v4.6.1 an exception is thrown when parsing a SAML response with no NameID element. satosa.exception.SATOSAAuthenticationError: Failed to parse authn request pysaml2 v4.6.1 onwards supports SAML responses with no NameID element. Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent b192d3a commit 4dc51fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package_dir={'': 'src'},
1717
install_requires=[
1818
"pyop",
19-
"pysaml2==4.5.0",
19+
"pysaml2>=4.6.1",
2020
"pycryptodomex",
2121
"requests",
2222
"PyYAML",

0 commit comments

Comments
 (0)