Stored ID Principal Connector

The stored ID principal connector maps a persistent ID generated by the stored ID data connector back in to the principal used to generate the ID.

Define the Connector

The connector is defined with the element <resolver:PrincipalConnector xsi:type="pc:StoredId" xmlns:pc="urn:mace:shibboleth:2.0:resolver:pc"> with the following required attribute:

<resolver:PrincipalConnector xsi:type="pc:StoredId" xmlns:pc="urn:mace:shibboleth:2.0:resolver:pc"
                             id="UNIQUE_ID"
                             nameIDFormat="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent" 
                             storedIdDataConnectorRef="ID"/>