Versions Compared

Key

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

...

If multiple instances of this element are present, certificate name processing is successful if the target entity certificate matches at least one of them.

Code Block
xml
xml
titleExamplesxml
<!-- Subject DN in RFC 2253 format-->
<TrustedName>CN=idp.example.org,DC=example,DC=org</TrustedName>
<!-- Subject CN component or DNS subject alt name-->
<TrustedName>idp.example.org</TrustedName>
<!-- URI subject alt name in URL syntax-->
<TrustedName>https://sp.example.org/shibboleth</TrustedName>