<%@ include file="header.jsp" %> <% String serviceId = (String) request.getAttribute("serviceId"); String token = (String) request.getAttribute("token"); String service = null; if (serviceId.indexOf('?') == -1) service = serviceId + "?ticket=" + token; else service = serviceId + "&ticket=" + token; service = edu.yale.its.tp.cas.util.StringUtil.substituteAll(service, "\n", ""); service = edu.yale.its.tp.cas.util.StringUtil.substituteAll(service, "\r", ""); service = edu.yale.its.tp.cas.util.StringUtil.substituteAll(service, "\"", ""); %>
Privacy notice

A service claiming to have the following URL has asked the Central Authentication Service to log you in:

<%= pageContext.findAttribute("serviceId") %>

Click Proceed below to proceed.

Proceed

<%@ include file="footer.jsp" %>