/etc/shibboleth/discoveryTemplate.html is in shibboleth-sp2-common 2.6.1+dfsg1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | <html>
<head>
<title>Request for Authentication</title>
</head>
<body>
<h1>Request for Authentication</h1>
<p>This web site requires you to login before proceeding. Please identify
the domain name of your organization:</p>
<form method="GET" action="<shibmlp action/>">
<shibmlpif target>
<input type="hidden" name="target" value="<shibmlp target/>"/>
</shibmlpif>
<shibmlpif acsIndex>
<input type="hidden" name="acsIndex" value="<shibmlp acsIndex/>"/>
</shibmlpif>
<shibmlpif isPassive>
<input type="hidden" name="isPassive" value="<shibmlp isPassive/>"/>
</shibmlpif>
<shibmlpif forceAuthn>
<input type="hidden" name="forceAuthn" value="<shibmlp forceAuthn/>"/>
</shibmlpif>
<shibmlpif authnContextClassRef>
<input type="hidden" name="authnContextClassRef" value="<shibmlp authnContextClassRef/>"/>
</shibmlpif>
<shibmlpif authnContextDeclRef>
<input type="hidden" name="authnContextDeclRef" value="<shibmlp authnContextDeclRef/>"/>
</shibmlpif>
<shibmlpif authnContextComparison>
<input type="hidden" name="authnContextComparison" value="<shibmlp authnContextComparison/>"/>
</shibmlpif>
<input type="text" name="entityID" value="<shibmlp entityID/>">
<input type="submit" value="Submit"/>
</form>
<shibmlpif entityID>
<p>The system was unable to determine how to proceed using the value you supplied.</p>
</shibmlpif>
</body>
</html>
|