Don't use redirect binding on ACS endpoint.

This commit is contained in:
Roland Hedberg
2014-11-10 20:50:26 +01:00
parent 48f18fc356
commit 60f239b2e7
2 changed files with 1 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ CONFIG = {
"sp": {
"endpoints": {
"assertion_consumer_service": [
("%s/acs/redirect" % BASE, BINDING_HTTP_REDIRECT),
("%s/acs/post" % BASE, BINDING_HTTP_POST)
],
}

View File

@@ -1,5 +1,5 @@
#!/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.config import Config
from saml2.validate import valid_instance