Page created: 27 Nov 2019
|
Page updated: 16 Feb 2022
Use a custom SAML NameID format by defining a hidden attribute in the PingFederate attribute contract.
You must have the following product versions:
- PingFederate 10.3
Some SAML federation partner software requires a SAML NameID format of
urn:oasis:names:tc:SAML:2.0:nameid-format:persistent
. Provide this
format by using SAML_NAME_FORMAT.
This produces a SAML_SUBJECT
similar to the following example.
<saml:Subject>
<saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:persistent">joe</saml:NameID>
<saml:SubjectConfirmation Method="urn:oasis:names:tc:SAML:2.0:cm:bearer">
The new SAML_NAME_FORMAT value overrides the original SAML NameID.