summaryrefslogtreecommitdiff
path: root/src/saml2/entity.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-16 21:56:41 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-16 21:56:41 +0100
commit576317ae801d523700b2a2074274340d7a1c204b (patch)
treeddc374e8cfd54b49b0b816d30ef8fef76157335b /src/saml2/entity.py
parent4fc5e48aac07412db69a878837968fb1c8cccefc (diff)
downloadpysaml2-576317ae801d523700b2a2074274340d7a1c204b.tar.gz
form_post are suppost to use POST not GET.
Diffstat (limited to 'src/saml2/entity.py')
-rw-r--r--src/saml2/entity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/entity.py b/src/saml2/entity.py
index 78ac3f14..a3e8aa57 100644
--- a/src/saml2/entity.py
+++ b/src/saml2/entity.py
@@ -224,7 +224,7 @@ class Entity(HTTPBase):
info = self.use_http_form_post(msg_str, destination,
relay_state, typ)
info["url"] = destination
- info["method"] = "GET"
+ info["method"] = "POST"
elif binding == BINDING_HTTP_REDIRECT:
logger.info("HTTP REDIRECT")
info = self.use_http_get(msg_str, destination, relay_state, typ,