keycloak-scim/examples/saml/post-with-encryption/src/main/webapp/index.jsp
2015-09-30 16:36:21 -04:00

15 lines
262 B
Text
Executable file

<div align="center">
<h1>SalesTool</h1>
<br/>
Welcome to the Sales Tool, <%=request.getUserPrincipal().getName()%>
<br/>
<a href="?GLO=true">Click to LogOut</a>
<br/>
<br/>
Here is your sales chart:
<br/>
<img src="piechart.gif"/>
<br/>
</div>