<nameIdPolicy> Element
This is an optional child element of the sustainsys.saml2 element.
This element controls the generation of NameIDPolicy element in AuthnRequests. The element
is only created if either allowCreate or format are set to a non-default value.
Attributes
allowCreate(Optional)Default value is empty, which means that the attribute is not included in generated AuthnRequests. Supported values are
trueorfalse.format(Optional)Sets the requested format of
NameIDPolicyfor generated authnRequests.Supported values (see section 8.3 in the SAML2 Core specification for explanations of the values).
UnspecifiedEmailAddressX509SubjectNameWindowsDomainQualifiedNameKerberosPrincipalNameEntityIdentifierPersistentTransient
If no value is specified, no format is specified in the generated AuthnRequests. If
Transientis specified, it is not permitted to specifyallowCreate(see 3.4.1.1 in the SAML2 Core spec).