summaryrefslogtreecommitdiff
path: root/src/saml2/request.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-24 10:39:51 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-01-24 10:39:51 +0100
commitb295a359b994fccddbbd16935434bc32563d5d2c (patch)
tree04e00d00935bdaadec8c10d345171e9b59e2e609 /src/saml2/request.py
parentcf2d75b70d2af5fa1005fc2476d27592e85c8e5d (diff)
downloadpysaml2-b295a359b994fccddbbd16935434bc32563d5d2c.tar.gz
Fixed so ECP now works both on SP, IdP and Client side. Minor tweaks left.
Diffstat (limited to 'src/saml2/request.py')
-rw-r--r--src/saml2/request.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/saml2/request.py b/src/saml2/request.py
index c9600d1c..57da5bbe 100644
--- a/src/saml2/request.py
+++ b/src/saml2/request.py
@@ -139,7 +139,7 @@ class AttributeQuery(Request):
return []
class AuthnRequest(Request):
- msgtype = "auth_request"
+ msgtype = "authn_request"
def __init__(self, sec_context, receiver_addrs, attribute_converters,
timeslack=0):
Request.__init__(self, sec_context, receiver_addrs,