[cpp-sp] 01/02: Remove unused template.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 23 14:03:09 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=5944f464d2eb6aed7832e0a64c52bb91384aed95
commit 5944f464d2eb6aed7832e0a64c52bb91384aed95
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 23 10:02:35 2025 -0400
Remove unused template.
---
configs/Makefile.am | 1 -
configs/discoveryTemplate.html | 48 ------------------------------------------
2 files changed, 49 deletions(-)
diff --git a/configs/Makefile.am b/configs/Makefile.am
index 2d585b09..19a4ea7b 100644
--- a/configs/Makefile.am
+++ b/configs/Makefile.am
@@ -13,7 +13,6 @@ pkgsysconf_DATA = \
# them from SRCDIR.
CONFIGFILES = \
attrChecker.html \
- discoveryTemplate.html \
postTemplate.html \
localLogout.html \
globalLogout.html \
diff --git a/configs/discoveryTemplate.html b/configs/discoveryTemplate.html
deleted file mode 100644
index 244e1f51..00000000
--- a/configs/discoveryTemplate.html
+++ /dev/null
@@ -1,48 +0,0 @@
-<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>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list