[java-idp-plugin-oidc-rp] branch main updated: Adhere to conventions in newer IdP for authn flows.

Codeberg noreply at shibboleth.net
Fri May 15 16:56:32 UTC 2026


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

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

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-rp/commit/c30ff3e5631ce4841968abf50119e8b708e250ff

The following commit(s) were added to refs/heads/main by this push:
     new c30ff3e  Adhere to conventions in newer IdP for authn flows.
c30ff3e is described below

commit c30ff3e5631ce4841968abf50119e8b708e250ff
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri May 15 12:56:20 2026 -0400

    Adhere to conventions in newer IdP for authn flows.
---
 .../net/shibboleth/idp/plugin/authn/oidc/rp/impl/AbstractOIDCTest.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/AbstractOIDCTest.java b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/AbstractOIDCTest.java
index cee4bb2..da8664d 100644
--- a/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/AbstractOIDCTest.java
+++ b/idp-oidc-rp-impl/src/test/java/net/shibboleth/idp/plugin/authn/oidc/rp/impl/AbstractOIDCTest.java
@@ -266,7 +266,7 @@ public abstract class AbstractOIDCTest {
         ac = new AuthenticationContext();
         ac.setAuthenticatingAuthority("https://op.example.com");
         final AuthenticationFlowDescriptor desc = new AuthenticationFlowDescriptor();
-        desc.setId("foo");
+        desc.setId("authn/foo");
         desc.setResultSerializer(new DefaultAuthenticationResultSerializer());
         desc.setLifetime(Duration.ofHours(1));
         desc.initialize();

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


More information about the commits mailing list