[java-idp-testbed] branch main updated: Point IdP Initialize login end points at the 8443 port
Codeberg
noreply at shibboleth.net
Mon Jul 27 10:19:43 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-testbed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-testbed/commit/d63b2cae1430ac091891708ad172b5eb4b5f263a
The following commit(s) were added to refs/heads/main by this push:
new d63b2ca Point IdP Initialize login end points at the 8443 port
d63b2ca is described below
commit d63b2cae1430ac091891708ad172b5eb4b5f263a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Jul 27 11:20:15 2026 +0100
Point IdP Initialize login end points at the 8443 port
---
src/main/webapp/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html
index cbc2795..e4ef020 100644
--- a/src/main/webapp/index.html
+++ b/src/main/webapp/index.html
@@ -21,8 +21,8 @@
<li><a href="sp/SAML2/InitSSO/POST">Init SAML 2 SSO, POST Binding</a></li>
<li><a href="sp/SAML2/InitSSO/POST/Passive">Init SAML 2 SSO, POST Binding, Passive Request</a></li>
<li><a href="sp/SAML2/InitSSO/POST/ForceAuthn">Init SAML 2 SSO, POST Binding, ForceAuthn Request</a></li>
-<li><a href="idp/profile/SAML2/Unsolicited/SSO?providerId=https://sp.example.org&shire=https://localhost/sp/SAML2/POST/ACS&target=MyRelayState">IdP-initiated (Unsolicited) SAML 2 SSO</a></li>
-<li><a href="idp/profile/Shibboleth/SSO?providerId=https://sp.example.org&shire=https://localhost/sp/SAML1/POST/ACS&target=MyRelayState">IdP-initiated (Unsolicited) SAML 1 SSO</a></li>
+<li><a href="idp/profile/SAML2/Unsolicited/SSO?providerId=https://sp.example.org&shire=https://localhost:8443/sp/SAML2/POST/ACS&target=MyRelayState">IdP-initiated (Unsolicited) SAML 2 SSO</a></li>
+<li><a href="idp/profile/Shibboleth/SSO?providerId=https://sp.example.org&shire=https://localhost:8443/sp/SAML1/POST/ACS&target=MyRelayState">IdP-initiated (Unsolicited) SAML 1 SSO</a></li>
<li>
<form action="sp/SAML2/InitSSO/Redirect" method="GET" accept-charset="UTF-8">
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list