Form generator for discovery along with sample form.
[shibboleth/sp.git] / configs / discoveryTemplate.html
1 <html>
2         <head>
3                 <title>Request for Authentication</title>
4         </head>
5         <body>
6                 <h1>Request for Authentication</h1>
7
8         <p>This web site requires you to login before proceeding. Please identify
9         the domain name of your organization:</p>
10         
11                 <form method="GET" action="<shibmlp action/>">
12             <shibmlpif target>
13                 <input type="hidden" name="target" value="<shibmlp target/>"/>
14             </shibmlpif>
15
16             <shibmlpif acsIndex>
17                 <input type="hidden" name="acsIndex" value="<shibmlp acsIndex/>"/>
18             </shibmlpif>
19
20             <shibmlpif isPassive>
21                 <input type="hidden" name="isPassive" value="<shibmlp isPassive/>"/>
22             </shibmlpif>
23
24             <shibmlpif forceAuthn>
25                 <input type="hidden" name="forceAuthn" value="<shibmlp forceAuthn/>"/>
26             </shibmlpif>
27
28             <shibmlpif authnContextClassRef>
29                 <input type="hidden" name="authnContextClassRef" value="<shibmlp authnContextClassRef/>"/>
30             </shibmlpif>
31
32             <shibmlpif authnContextComparison>
33                 <input type="hidden" name="authnContextComparison" value="<shibmlp authnContextComparison/>"/>
34             </shibmlpif>
35             
36                     <input type="text" name="entityID" value="<shibmlp entityID/>">
37                     <input type="submit" value="Submit"/>
38                 </form>
39                 
40                 <shibmlpif entityID>
41                 <p>The system was unable to determine how to proceed using the value you supplied.</p>
42                 </shibmlpif>
43         </body>
44 </html>