[java-idp-oidc] branch main updated: Hardcode test URL for now.

Scott Cantor cantor.2 at osu.edu
Sun Jul 6 17:18:54 UTC 2025


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

scantor pushed a commit to branch main
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/main by this push:
     new f11ecebb Hardcode test URL for now.
f11ecebb is described below

commit f11ecebbc0c4bd98ae11bcb9b2e9f73f7fb56d19
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