Remove schema paths.
[shibboleth/sp.git] / configs / bindingTemplate.html
1 <html>
2         <head>
3                 <title>Shibboleth Authentication Request</title>
4         </head>
5         <body onload="document.forms[0].submit()">
6
7                 <h1>Shibboleth Authentication Request</h1>
8                 
9                 <script type="text/javascript">
10                 <!--    
11                 document.write("<p>You are automatically being redirected to the authentication service. ");
12                 document.write("If the browser appears to be hung up after 15-20 seconds, try reloading ");
13                 document.write("the page before contacting the technical support staff in charge of the ");
14                 document.write("authentication service you are trying to access.</p>");
15                 document.write("<h2>Redirecting...</h2>");
16                 // -->
17                 </script>
18                 
19                 <noscript>
20                 <p>
21                 <strong>Note:</strong> Since your browser does not support JavaScript, you must press the
22                 Continue button once to proceed to the authentication service.
23                 </p>
24                 </noscript>
25         
26                 <form method="POST" action="<mlp action/>">
27                 <mlpif TARGET>
28                         <input type="hidden" name="TARGET" value="<mlp TARGET/>"/>
29                 </mlpif>
30                 <mlpif RelayState>
31                         <input type="hidden" name="RelayState" value="<mlp RelayState/>"/>
32                 </mlpif>
33                 <mlpif SAMLRequest>
34                         <input type="hidden" name="SAMLRequest" value="<mlp SAMLRequest/>"/>
35                 </mlpif>
36                 <mlpif SAMLResponse>
37                         <input type="hidden" name="SAMLResponse" value="<mlp SAMLResponse/>"/>
38                 </mlpif>
39                 <mlpif SAMLart>
40                         <input type="hidden" name="SAMLart" value="<mlp SAMLart/>"/>
41                 </mlpif>
42                 <mlpif SigAlg>
43                         <input type="hidden" name="SigAlg" value="<mlp SigAlg/>"/>
44                 </mlpif>
45                 <mlpif Signature>
46                         <input type="hidden" name="Signature" value="<mlp Signature/>"/>
47                 </mlpif>
48                 <noscript>
49                 <div>
50                 <input type="submit" value="Continue"/>
51                 </div>
52                 </noscript>
53                 </form>
54         </body>
55 </html>