[java-idp-oidc] branch main updated: JCOMOIDC-184 - Move OAuth2Client authentication flow from OP to oidc-common

Codeberg noreply at shibboleth.net
Tue Sep 22 14:53:47 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-oidc.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-oidc/commit/6f8af600240fc2b02d244b8ad50611157fb72a89

The following commit(s) were added to refs/heads/main by this push:
     new 6f8af600 JCOMOIDC-184 - Move OAuth2Client authentication flow from OP to oidc-common
6f8af600 is described below

commit 6f8af600240fc2b02d244b8ad50611157fb72a89
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Sep 22 17:52:58 2026 +0300

    JCOMOIDC-184 - Move OAuth2Client authentication flow from OP to oidc-common
    
    https://shibboleth.atlassian.net/browse/JCOMOIDC-184
    
    Depend on oidc-common-conf-impl to get the OAuth2Client authentication flow and its descriptor
---
 idp-oidc-extension-impl/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index a4431d5a..b26cc764 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -68,6 +68,11 @@
             <artifactId>oidc-common-profile-impl</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${oidc-common.groupId}</groupId>
+            <artifactId>oidc-common-conf-impl</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <!-- Needed to allow module/plugin derivation. -->
         <dependency>
             <groupId>${idp.groupId}</groupId>

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


More information about the commits mailing list