[java-idp-integration-tests] 03/05: Update generated IdP metadata endpoints with runtime port
Codeberg
noreply at shibboleth.net
Fri Nov 14 22:15:22 UTC 2025
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-integration-tests.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-integration-tests/commit/5a469548a63d8e8b6768ec49e4f45f332ea71e97
commit 5a469548a63d8e8b6768ec49e4f45f332ea71e97
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Nov 10 15:56:14 2025 -0600
Update generated IdP metadata endpoints with runtime port
---
src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java b/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java
index c9d8a43..9d32f05 100644
--- a/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java
+++ b/src/test/java/net/shibboleth/idp/integration/tests/BaseTest.java
@@ -903,6 +903,7 @@ public abstract class BaseTest {
// Metadata.
replaceIdPHomeFile(Paths.get("metadata", "example-metadata.xml"), "http://localhost:8080", baseURL);
replaceIdPHomeFile(Paths.get("metadata", "example-metadata.xml"), "https://localhost:8443", secureBaseURL);
+ replaceIdPHomeFile(Paths.get("metadata", "idp-metadata.xml"), "Location=\"https://idp.tests.shibboleth.net/", "Location=\"" + secureBaseURL + "/");
}
/**
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list