Adjust logging/error-handling, schema fixes, failed message handling.
[shibboleth/sp.git] / configs / metadataError.html
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html 
3         PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
4         "DTD/xhtml1-strict.dtd">
5         
6 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7 <head>
8         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9         <link rel="stylesheet" type="text/css" href="<shibmlp styleSheet/>" />
10         <title>Unauthorized Identity Provider</title>
11 </head>
12
13 <body>
14 <div class="head">
15 <img src="<shibmlp logoLocation/>" alt="Logo" />
16 <h1>Unauthorized Identity Provider</h1>
17 </div>
18
19 <p>The identity provider supplying your login credentials is not authorized for use with this service.</p>
20
21 <shibmlpif originContactName>
22 <h3><u>Identity Provider Support Information</u></h3>
23 <div>Contact: <shibmlp originContactName/> </div>
24 <div>E-Mail: <a href="mailto:<shibmlp originContactEmail/>"><shibmlp originContactEmail/></a></div>
25 </shibmlpif>
26 <shibmlpif originErrorURL>
27 <div>URL: <a href="<shibmlp originErrorURL/>"><shibmlp originErrorURL/></a></div>
28 </shibmlpif>
29
30 You should inquire with your identity provider as to whether this service is intended to be
31 enabled for your use.
32
33 <p>Please include the following error message in any email:</p>
34 <p class="error">Metadata lookup failure at (<shibmlp requestURL/>)</p>
35 <p><shibmlp errorType/></p>
36
37 </body>
38 </html>