Versions Compared

Key

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

...

Code Block
languagexml
#set ($rpContext = $profileRequestContext.getSubcontextensureSubcontext('net.shibboleth.idp.profile.context.RelyingPartyContext'))
#set ($serviceName = $rpUIContext.serviceName)
// Do not diplay anything if there is no metadata support
#if ($serviceName && !$rpContext.getRelyingPartyId().contains($serviceName))
  <legend>
    #springMessageText("idp.login.loginTo", "Login to") $encoder.encodeForHTML($serviceName)
  </legend>
#end

...