Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: example: nameFormat-->nameIDFormat

...

  • id - assigns a unique, within the resolver, identifier
  • nameFormat nameIDFormat - the name identifier format handled by this principal connector
Code Block
xml
xml
titleTransient Principal Connector Example

<resolver:PrincipalConnector id="SAML1_UNIQUE_ID" xsi:type="pc:Transient" 
                             nameIDFormat="NAME_FORMAT"/>
"urn:mace:shibboleth:1.0:nameIdentifier"/>

 
<resolver:PrincipalConnector id="SAML2_UNIQUE_ID" xsi:type="pc:Transient" 
                             nameFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" />
Note

Since SAML 1 and SAML 2 use two different names to refer to a transient identifier two principal connectors usually need to be defined. One with a name format of urn:mace:shibboleth:1.0:nameIdentifier and the other with a name format of urn:oasis:names:tc:SAML:2.0:nameid-format:transient