Put the style sheet into the HTML root directory
[shibboleth/cpp-sp.git] / configs / accessError.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         <link rel="stylesheet" type="text/css" href="/main.css" />
9         <title>Authorization Failed</title>
10 </head>
11
12 <body>
13 <div class="head">
14 <img src="<shibmlp logoLocation />" alt="Logo" />
15 <h1>Authorization Failed</h1>
16 </div>
17
18 Based on the information provided to this server about you, you are
19 not authorized to access "<shibmlp requestURL />"<br>
20
21 Please contact the administrator of this service or application if you
22 believe this to be an error.<br>
23
24 </body>
25 </html>