Skip to content

Commit 60f239b

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/sp-wsgi/sp_conf.py.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ CONFIG = {
2525
"sp": {
2626
"endpoints": {
2727
"assertion_consumer_service": [
28-
("%s/acs/redirect" % BASE, BINDING_HTTP_REDIRECT),
2928
("%s/acs/post" % BASE, BINDING_HTTP_POST)
3029
],
3130
}

src/saml2/metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
from saml2.md import AttributeProfile, entity_descriptor_from_string
2+
from saml2.md import AttributeProfile
33
from saml2.sigver import security_context
44
from saml2.config import Config
55
from saml2.validate import valid_instance

0 commit comments

Comments
 (0)