keycloak-scim/examples/saml/post-basic/src/main/webapp/index.jsp

15 lines
235 B
Text
Raw Normal View History

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