Skip to content

Commit 01eebe4

Browse files
author
Roland Hedberg
committed
Don't use redirect binding on ACS endpoint.
1 parent 60f239b commit 01eebe4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sp_slo_redirect_conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from saml2 import BINDING_HTTP_REDIRECT
1+
from saml2 import BINDING_HTTP_REDIRECT, BINDING_HTTP_POST
22
from saml2.saml import NAMEID_FORMAT_PERSISTENT
33
from saml2.saml import NAME_FORMAT_URI
44

@@ -13,7 +13,7 @@
1313
"sp": {
1414
"endpoints": {
1515
"assertion_consumer_service": [
16-
(HOME, BINDING_HTTP_REDIRECT)],
16+
(HOME, BINDING_HTTP_POST)],
1717
"single_logout_service": [
1818
(HOME + "slo", BINDING_HTTP_REDIRECT)],
1919
},

0 commit comments

Comments
 (0)