Use shibboleth-sp as package name for compatibility.
[shibboleth/cpp-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 authnContextDeclRef>
33                 <input type="hidden" name="authnContextDeclRef" value="<shibmlp authnContextDeclRef/>"/>
34             </shibmlpif>
35
36             <shibmlpif authnContextComparison>
37                 <input type="hidden" name="authnContextComparison" value="<shibmlp authnContextComparison/>"/>
38             </shibmlpif>
39             
40                     <input type="text" name="entityID" value="<shibmlp entityID/>">
41                     <input type="submit" value="Submit"/>
42                 </form>
43                 
44                 <shibmlpif entityID>
45                 <p>The system was unable to determine how to proceed using the value you supplied.</p>
46                 </shibmlpif>
47         </body>
48 </html>