[java-idp-oidc] 01/02: Hardcode test URL for now.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Jul 31 17:14:37 UTC 2025


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

hjmikkon pushed a commit to branch dev/JOIDC-222
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=6baeb20c7509f06341ad8f66f83ed4b83ab7724b

commit 6baeb20c7509f06341ad8f66f83ed4b83ab7724b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Sun Jul 6 13:18:26 2025 -0400

    Hardcode test URL for now.
---
 .../oauth2/profile/impl/SetRequestObjectToResponseContextTest.java   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/SetRequestObjectToResponseContextTest.java b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/SetRequestObjectToResponseContextTest.java
index 14768c4c..81c9f2fc 100644
--- a/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/SetRequestObjectToResponseContextTest.java
+++ b/idp-oidc-extension-impl/src/test/java/net/shibboleth/idp/plugin/oidc/op/oauth2/profile/impl/SetRequestObjectToResponseContextTest.java
@@ -130,8 +130,9 @@ public class SetRequestObjectToResponseContextTest extends BaseOIDCResponseActio
     @Test
     public void testRequestURI() throws URISyntaxException, ParseException {
         
-        final String uri = RepositorySupport.buildHTTPSResourceURL("java-idp-oidc",
-                "idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/profile/impl/oidc-authreq.json");
+        // TODO: Use helper method again once we refresh IdP baseline
+        //final String uri = RepositorySupport.buildHTTPSResourceURL("java-idp-oidc", "idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/profile/impl/oidc-authreq.json");
+        String uri = "https://test.shibboleth.net/unittests/java-idp-oidc/HEAD/idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/profile/impl/oidc-authreq.json";
         
         assert metadataCtx != null;
         final OIDCClientInformation clientInformation = metadataCtx.getClientInformation();

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


More information about the commits mailing list