Code Search for Developers
 
 
  

ssoProblem.jsp from GridBlocks at Krugle


Show ssoProblem.jsp syntax highlighted

<%--
 * Copyright (C) 2002-2004 Ping Identity Corporation. All rights reserved.
 *  
 * Licensed under the Open Software License version 2.1
 * 
 * A copy of this license has been provided with the distribution of this
 * software.  Additionally, a copy of this license is available at: 
 * http://www.pingidentity.com/license
 --%>
 
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<%@ taglib  prefix="c_rt" uri="http://java.sun.com/jstl/core_rt" %>
<html>
    <head>
        <title>SP Site</title>
    </head>
    <body>
        <b>SSO/Federation encountered a problem.</b>
        <br><br>
        <b>Failure:</b><br>
        <c:out value="${requestScope.failure}" ></c:out>
        <br><br>
        <b>Response Document:</b><br>
        <c:out value="${requestScope.responseDoc}" escapeXml="true" ></c:out>
        <br><br>
        <a href="<c:url value="/sp/" ></c:url>">Back to the SP login page</a>
    </body>
</html>





See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  RenderAuthnRequestPost.jsp
  app.jsp
  cdcpage.jsp
  chequeInfo.jsp
  login.jsp
  logoutError.jsp
  pdSuccess.jsp
  proxyInfo.jsp
  ssoProblem.jsp
  ssoSuccess.jsp