Don't use redirect binding on ACS endpoint.
This commit is contained in:
@@ -25,7 +25,6 @@ CONFIG = {
|
|||||||
"sp": {
|
"sp": {
|
||||||
"endpoints": {
|
"endpoints": {
|
||||||
"assertion_consumer_service": [
|
"assertion_consumer_service": [
|
||||||
("%s/acs/redirect" % BASE, BINDING_HTTP_REDIRECT),
|
|
||||||
("%s/acs/post" % BASE, BINDING_HTTP_POST)
|
("%s/acs/post" % BASE, BINDING_HTTP_POST)
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
from saml2.md import AttributeProfile, entity_descriptor_from_string
|
from saml2.md import AttributeProfile
|
||||||
from saml2.sigver import security_context
|
from saml2.sigver import security_context
|
||||||
from saml2.config import Config
|
from saml2.config import Config
|
||||||
from saml2.validate import valid_instance
|
from saml2.validate import valid_instance
|
||||||
|
|||||||
Reference in New Issue
Block a user