Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[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>Unknown Identity Provider</title>
11 </head>
12
13 <body>
14
15 <img src="<shibmlp logoLocation/>" alt="Logo" />
16 <h1>Unknown or Unusable Identity Provider</h1>
17
18 <p>The identity provider supplying your login credentials is not authorized
19 for use with this service or does not support the necessary capabilities.</p>
20
21 <p>To report this problem, please contact the site administrator at
22 <a href="mailto:<shibmlp supportContact/>"><shibmlp supportContact/></a>.
23 </p>
24
25 <p>Please include the following error message in any email:</p>
26 <p class="error">Identity provider lookup failed at (<shibmlp requestURL/>)</p>
27 <shibmlpif entityID>
28 <p><strong>EntityID:</strong> <shibmlp entityID/></p>
29 </shibmlpif>
30 <p><shibmlp errorType/>: <shibmlp errorText/></p>
31
32 </body>
33 </html>