Skip to content

Commit 05f4de5

Browse files
author
Erick Tryzelaar
committed
SPEC says SP AssertionConsumerService cannot support HTTP-Redirect
This is according to the SAML2 spec, section 4.1.2.
1 parent 59b7cb5 commit 05f4de5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/sp-wsgi/sp_conf.py.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ CONFIG = {
2727
"logout_requests_signed": True,
2828
"endpoints": {
2929
"assertion_consumer_service": [
30-
("%s/acs/redirect" % BASE, BINDING_HTTP_REDIRECT),
3130
("%s/acs/post" % BASE, BINDING_HTTP_POST)
3231
],
3332
"single_logout_service": [

0 commit comments

Comments
 (0)