[java-identity-provider] 01/02: Revert testbed logout endpoint to port 8443.
Codeberg
noreply at shibboleth.net
Tue Jan 20 15:27:22 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/cb37b880af7730954f695282bd4a31fc9c39c0b2
commit cb37b880af7730954f695282bd4a31fc9c39c0b2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jan 20 10:24:33 2026 -0500
Revert testbed logout endpoint to port 8443.
---
idp-conf-impl/src/test/resources/metadata/example-metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/test/resources/metadata/example-metadata.xml b/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
index 64060777d..40049bf24 100644
--- a/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
+++ b/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
@@ -106,7 +106,7 @@ h+XNZ5oAql/cjrwDWw==
</KeyInfo>
</KeyDescriptor>
- <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://localhost/sp/SAML2/Redirect/SLO"/>
+ <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://localhost:8443/sp/SAML2/Redirect/SLO"/>
<SingleLogoutService Binding="https://www.apereo.org/cas/protocol/logout" Location="urn:mace:shibboleth:profile:CAS:logout"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list