Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
titleExample
#set ($psurl=$rpUIContext.privacyStatementURL)
#if ($psul$psurl)
  <a href="$encoder.encodeForHTMLAttribute($psurl)">Privacy Statement</a>
#end

...

  • For every possible language
    • Search the metadata extensions for the relying party for a matching Description, return this is found
    • Search the AttributeConsumingService for the request (which will be part of the metadata for the relying party) for a matching ServiceDescription, return this if found
  • Otherwise return null

...


Code Block
languagexml
titleExample
#set ($desc = $rpUIContext.getServiceDescription())
#if ($desc)
  $encoder.encodeForHTML($desc)
#end

...

The ServiceName is defined in the  SAML Metadata specifciation