Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

  • id - assigns a unique, within the resolver, identifier
  • nameIDFormat - the name identifier format services by this principal connector - this is almost always urn:oasis:names:tc:SAML:2.0:nameid-format:persistent for this connector
  • storedIdDataConnectorRef - the ID of the stored ID data connector that generated the stored id
Code Block
xml
xml
titleStoredId Principal Connector Examplexml
<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"/>