logout.vm
Joshua Brodie
josbrodie at gmail.com
Wed Nov 7 16:36:32 EST 2018
In logout.vm, where is '$rpUIContext.getServiceName()' derived from? Is it
from the SP's metadata --- '
<mdui:DisplayName xml:lang="en">Name</mdui:DisplayName>'?
<ol>
#foreach ($sp in $logoutContext.getSessionMap().keySet())
#set ($rpCtx =
$multiRPContext.getRelyingPartyContextById($sp))
#if ($rpCtx)
#set ($rpUIContext =
$rpCtx.getSubcontext("net.shibboleth.idp.ui.context.RelyingPartyUIContext"))
#end
#if ($rpUIContext and $rpUIContext.getServiceName())
<li>$encoder.encodeForHTML($rpUIContext.getServiceName())</li>
#else
<li>$encoder.encodeForHTML($sp)</li>
#end
#end
</ol>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20181107/f9bf58af/attachment.html>
More information about the users
mailing list