Versions Compared

Key

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

...

A direct principal connectors starts with the same <resolver:PrincipalConnector> element as all other principal connectors and has a type attribute of xsi:type="pc:Direct". Each connector must contain a nameIDFormat attribute that identifies the name identifier format with which the connector works. Each connector must also have an id attribute that assigns it an unique, among principal connectors, identifier. This ID is used for logging and debugging purposes.

Code Block
xml
xml
titleDirect Principal Connector Examplexml
<resolver:PrincipalConnector id="UNIQUE_ID" xsi:type="pc:Direct" 
                             nameIDFormat="NAME_FORMAT"/>

...