cas-service-ja/overlays/org.apereo.cas.cas-server-w.../WEB-INF/classes/templates/protocol/2.0/casServiceValidationSuccess...

10 lines
510 B
HTML

<cas:serviceResponse xmlns:cas='http://www.yale.edu/tp/cas' th:inline="text">
<cas:authenticationSuccess>
<cas:user>[[${principal.id}]]</cas:user>
<cas:proxyGrantingTicket th:if="${pgtIou}">[[${pgtIou}]]</cas:proxyGrantingTicket>
<cas:proxies th:if="${not #lists.isEmpty(chainedAuthentications)}">
<cas:proxy th:each="proxy : ${chainedAuthentications}">[[${proxy.principal.id}]]</cas:proxy>
</cas:proxies>
</cas:authenticationSuccess>
</cas:serviceResponse>