We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ef95b commit 40c5452Copy full SHA for 40c5452
src/saml2/saml.py
@@ -811,7 +811,16 @@ def base_id_from_string(xml_string):
811
812
813
class NameID(NameIDType_):
814
- """The urn:oasis:names:tc:SAML:2.0:assertion:NameID element """
+ """The urn:oasis:names:tc:SAML:2.0:assertion:NameID element
815
+
816
+ From the Oasis SAML2 Technical Overview:
817
818
+ "The <NameID> element within a <Subject> offers the ability to provide name
819
+ identifiers in a number of different formats. SAML's predefined formats
820
+ include: Email address, X.509 subject name, Windows domain qualified name,
821
+ Kerberos principal name, Entity identifier, Persistent identifier,
822
+ Transient identifier."
823
+ """
824
825
c_tag = 'NameID'
826
c_namespace = NAMESPACE
0 commit comments