...
Code Block | ||
---|---|---|
| ||
#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 |
...