[java-identity-provider] branch main updated: Update logout endpoint for testbed.

Scott Cantor cantor.2 at osu.edu
Tue Oct 24 16:24:54 UTC 2023


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=bd34b621400c721bb27e5c50fa9dbe0045fdb2a9

The following commit(s) were added to refs/heads/main by this push:
     new bd34b6214 Update logout endpoint for testbed.
bd34b6214 is described below

commit bd34b621400c721bb27e5c50fa9dbe0045fdb2a9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 24 12:24:49 2023 -0400

    Update logout endpoint for testbed.
---
 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 779f065fa..04e496039 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:8443/sp/SAML2/Redirect/SLO"/>
+        <SingleLogoutService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect" Location="https://localhost/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