Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[shibboleth/sp.git] / configs / sessionError.html
index d9f4485..2273174 100644 (file)
@@ -7,25 +7,37 @@
 <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
-       <title>Session Creation Failure</title>
+       <title><shibmlp errorType/></title>
 </head>
 
 <body>
-<div class="head">
+
 <img src="<shibmlp logoLocation/>" alt="Logo" />
-<h1>Session Creation Failure</h1>
-</div>
+<h1><shibmlp errorType/></h1>
 
-<p>The inter-institutional access system was unable to successfully build a
-login session for you at <shibmlp now /></p>
+<p>The system encountered an error at <shibmlp now /></p>
 
 <p>To report this problem, please contact the site administrator at
 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
 </p>
 
 <p>Please include the following message in any email:</p>
-<p class="error">Session creation failure at (<shibmlp requestURL/>)</p>
-<p><shibmlp errorType/></p>
+<p class="error"><shibmlp errorType/> at (<shibmlp requestURL/>)</p>
+
+<p><shibmlp errorText/></p>
+
+<shibmlpif statusCode>
+       <p>Error from identity provider:</p>
+       <blockquote>
+               <strong>Status:</strong> <shibmlp statusCode/><br>
+               <shibmlpif statusCode2>
+                       <strong>Sub-Status:</strong> <shibmlp statusCode2/><br>
+               </shibmlpif>
+               <shibmlpif statusMessage>
+                       <strong>Message:</strong> <shibmlp statusMessage/><br>
+               </shibmlpif>
+       </blockquote>
+</shibmlpif>
 
 </body>
 </html>