/
IssuerNameIDFormatExactMatchConfiguration
IssuerNameIDFormatExactMatchConfiguration
Namespace: urn:mace:shibboleth:2.0:afp
Schema: http://shibboleth.net/schema/idp/shibboleth-afp.xsd
Overview
The IssuerNameIDFormatExactMatch
type is a PolicyRule which returns true if the SAML metadata for an issuer indicates support for the configured <NameID>
format.
Reference
Example
<PolicyRequirementRule xsi:type="IssuerNameIDFormatExactMatch"
nameIdFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" />
This would match the following metadata excerpt:
<IDPSSODescriptor protocolSupportEnumeration="...">
[...]
<NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat>
<NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
[...]
<IDPSSODescriptor>
, multiple selections available,
Related content
IssuerNameIDFormatExactMatchConfiguration
IssuerNameIDFormatExactMatchConfiguration
More like this
NameIDFormatExactMatchConfiguration
NameIDFormatExactMatchConfiguration
More like this
NameIDFormatExactMatchConfiguration
NameIDFormatExactMatchConfiguration
More like this
NameIDFormatExactMatchConfiguration
NameIDFormatExactMatchConfiguration
More like this
IssuerConfiguration
IssuerConfiguration
More like this
IssuerConfiguration
IssuerConfiguration
More like this