Welcome to the Express SSO Demo
<% if (user) { %>
Welcome,
<%= user.username %>
!
Logout
<% } else { %>
You are not logged in.
Login with SSO
<% } %>