Fix backslashes in SHIBSP_PREFIX variable by manually creating it during the script...
[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="<shibmlp action/>">
27                 <shibmlpif TARGET>
28                         <input type="hidden" name="TARGET" value="<shibmlp TARGET/>"/>
29                 </shibmlpif>
30                 <shibmlpif RelayState>
31                         <input type="hidden" name="RelayState" value="<shibmlp RelayState/>"/>
32                 </shibmlpif>
33                 <shibmlpif SAMLRequest>
34                         <input type="hidden" name="SAMLRequest" value="<shibmlp SAMLRequest/>"/>
35                 </shibmlpif>
36                 <shibmlpif SAMLResponse>
37                         <input type="hidden" name="SAMLResponse" value="<shibmlp SAMLResponse/>"/>
38                 </shibmlpif>
39                 <shibmlpif SAMLart>
40                         <input type="hidden" name="SAMLart" value="<shibmlp SAMLart/>"/>
41                 </shibmlpif>
42                 <shibmlpif SigAlg>
43                         <input type="hidden" name="SigAlg" value="<shibmlp SigAlg/>"/>
44                 </shibmlpif>
45                 <shibmlpif Signature>
46                         <input type="hidden" name="Signature" value="<shibmlp Signature/>"/>
47                 </shibmlpif>
48         <shibmlpif KeyInfo>
49             <input type="hidden" name="KeyInfo" value="<shibmlp KeyInfo/>"/>
50         </shibmlpif>
51                 <noscript>
52                 <div>
53                 <input type="submit" value="Continue"/>
54                 </div>
55                 </noscript>
56                 </form>
57         </body>
58 </html>