summaryrefslogtreecommitdiff
path: root/src/saml2/client.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-13 10:08:41 +0100
committerRoland Hedberg <roland.hedberg@adm.umu.se>2015-11-13 10:08:41 +0100
commit0e17c318fa095a113fad86a37e1aabf022040e0e (patch)
tree1f83983d769dcf52a18f5bd5eb4892947ba1acef /src/saml2/client.py
parent248c629aa570b16fdc79c5a5eb2b3c4c0ee52916 (diff)
downloadpysaml2-0e17c318fa095a113fad86a37e1aabf022040e0e.tar.gz
Needed to make sso_location into a 'public' method.
Diffstat (limited to 'src/saml2/client.py')
-rw-r--r--src/saml2/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/saml2/client.py b/src/saml2/client.py
index be526ce2..51b3c48b 100644
--- a/src/saml2/client.py
+++ b/src/saml2/client.py
@@ -56,6 +56,7 @@ class Saml2Client(Base):
successfull log in.
:param binding: Which binding to use for sending the request
:param vorg: The entity_id of the virtual organization I'm a member of
+ :param nameid_format:
:param scoping: For which IdPs this query are aimed.
:param consent: Whether the principal have given her consent
:param extensions: Possible extensions
@@ -95,6 +96,7 @@ class Saml2Client(Base):
successfull log in.
:param binding: Which binding to use for sending the request
:param vorg: The entity_id of the virtual organization I'm a member of
+ :param nameid_format:
:param scoping: For which IdPs this query are aimed.
:param consent: Whether the principal have given her consent
:param extensions: Possible extensions