Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-sp.git] / configs / metadataError.html
index c7b217e..e0e6a1b 100644 (file)
@@ -5,33 +5,31 @@
        
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
+       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
        <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
-       <title>Unauthorized Identity Provider</title>
+       <title>Unknown Identity Provider</title>
 </head>
 
 <body>
-<div class="head">
-<img src="<shibmlp logoLocation/>" alt="Logo" />
-<h1>Unauthorized Identity Provider</h1>
-</div>
-
-<p>The identity provider supplying your login credentials is not authorized for use with this service.</p>
 
-<shibmlpif originContactName>
-<h3><u>Identity Provider Support Information</u></h3>
-<div>Contact: <shibmlp originContactName/> </div>
-<div>E-Mail: <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a></div>
-</shibmlpif>
-<shibmlpif originErrorURL>
-<div>URL: <a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a></div>
+<shibmlpif logoLocation>
+<img src="<shibmlp logoLocation/>" alt="Logo" />
 </shibmlpif>
+<h1>Unknown or Unusable Identity Provider</h1>
+
+<p>The identity provider supplying your login credentials is not authorized
+for use with this service or does not support the necessary capabilities.</p>
 
-You should inquire with your identity provider as to whether this service is intended to be
-enabled for your use.
+<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 error message in any email:</p>
-<p class="error">Metadata lookup failure at (<shibmlp requestURL/>)</p>
-<p><shibmlp errorType/></p>
+<p class="error">Identity provider lookup failed at (<shibmlp requestURL/>)</p>
+<shibmlpif entityID>
+<p><strong>EntityID:</strong> <shibmlp entityID/></p>
+</shibmlpif>
+<p><shibmlp errorType/>: <shibmlp errorText/></p>
 
 </body>
 </html>