serviceErrorSsoView.jsp 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <%--
  2. Licensed to Jasig under one or more contributor license
  3. agreements. See the NOTICE file distributed with this work
  4. for additional information regarding copyright ownership.
  5. Jasig licenses this file to you under the Apache License,
  6. Version 2.0 (the "License"); you may not use this file
  7. except in compliance with the License. You may obtain a
  8. copy of the License at the following location:
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing,
  11. software distributed under the License is distributed on an
  12. "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  13. KIND, either express or implied. See the License for the
  14. specific language governing permissions and limitations
  15. under the License.
  16. --%>
  17. <jsp:directive.include file="includes/top.jsp" />
  18. <c:url var="url" value="/login">
  19. <c:param name="service" value="${param.service}" />
  20. <c:param name="renew" value="true" />
  21. </c:url>
  22. <div id="msg" class="errors">
  23. <h2><spring:message code="screen.service.sso.error.header" /></h2>
  24. <p><spring:message code="screen.service.sso.error.message" arguments="${url}" /></p>
  25. </div>
  26. <jsp:directive.include file="includes/bottom.jsp" />