[java-plugin-shibd-oidc] branch main updated: Update constant in test.

Codeberg noreply at shibboleth.net
Tue May 26 15:16:17 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-plugin-shibd-oidc.

View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd-oidc/commit/6f53e206fcee11cf74bc120f3ee4e7e4448db6bd

The following commit(s) were added to refs/heads/main by this push:
     new 6f53e20  Update constant in test.
6f53e20 is described below

commit 6f53e206fcee11cf74bc120f3ee4e7e4448db6bd
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Tue May 26 11:15:49 2026 -0400

    Update constant in test.
---
 .../net/shibboleth/sp/oidc/flows/AbstractOIDCTokenConsumerFlowTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sp-oidc-conf-impl/src/test/java/net/shibboleth/sp/oidc/flows/AbstractOIDCTokenConsumerFlowTest.java b/sp-oidc-conf-impl/src/test/java/net/shibboleth/sp/oidc/flows/AbstractOIDCTokenConsumerFlowTest.java
index 3c15ac8..5e2ed1d 100644
--- a/sp-oidc-conf-impl/src/test/java/net/shibboleth/sp/oidc/flows/AbstractOIDCTokenConsumerFlowTest.java
+++ b/sp-oidc-conf-impl/src/test/java/net/shibboleth/sp/oidc/flows/AbstractOIDCTokenConsumerFlowTest.java
@@ -451,7 +451,7 @@ public abstract class AbstractOIDCTokenConsumerFlowTest extends AbstractSPFlowTe
     @Nonnull protected DDF buildRemotedFormPostResponse(@Nonnull final AuthorizationResponse response) {                
 
         final DDF obj = new DDF(null).structure();
-        obj.addmember(ConsumerConstants.BASE_URL).unsafe_string(TestConstants.RESOURCE_URL.getBytes(StandardCharsets.UTF_8));
+        obj.addmember(ConsumerConstants.HOME_URL).unsafe_string(TestConstants.RESOURCE_URL.getBytes(StandardCharsets.UTF_8));
         final DDF http = obj.addmember(RemotedHttpServletRequest.STRUCTURE_NAME).structure();
         
         http.addmember(RemotedHttpServletRequest.METHOD).string("POST");

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


More information about the commits mailing list