[java-identity-provider] branch main updated: Adjust CAS endpoint back to 8443.

Codeberg noreply at shibboleth.net
Thu Jan 8 15:11:35 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/3f78305cc5e3ceb43259ce71dc848da30a1ac2d1

The following commit(s) were added to refs/heads/main by this push:
     new 3f78305cc Adjust CAS endpoint back to 8443.
3f78305cc is described below

commit 3f78305cc5e3ceb43259ce71dc848da30a1ac2d1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 8 10:11:25 2026 -0500

    Adjust CAS endpoint back to 8443.
---
 idp-conf-impl/src/test/resources/metadata/example-metadata.xml | 3 ++-
 1 file changed, 2 insertions(+), 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 e15e0c71b..64060777d 100644
--- a/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
+++ b/idp-conf-impl/src/test/resources/metadata/example-metadata.xml
@@ -125,7 +125,8 @@ h+XNZ5oAql/cjrwDWw==
         <AssertionConsumerService Binding="urn:oasis:names:tc:SAML:1.0:profiles:artifact-01" Location="https://localhost:8443/sp/SAML1/Artifact/ACS" index="12"/>
         
         <AssertionConsumerService Binding="https://www.apereo.org/cas/protocol/login" Location="https://localhost/sp" index="13"/>
-            
+        <AssertionConsumerService Binding="https://www.apereo.org/cas/protocol/login" Location="https://localhost:8443/sp" index="14"/>
+        
         <AttributeConsumingService isDefault="true" index="1">
         
             <ServiceName xml:lang="en">Name of Service</ServiceName>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list