[java-idp-testbed] branch main updated: Refresh OIDC versions and add some properties for them.
Codeberg
noreply at shibboleth.net
Mon Feb 16 13:44:20 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-testbed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-testbed/commit/6db79651b982028c98d3fd997582992e348ac389
The following commit(s) were added to refs/heads/main by this push:
new 6db7965 Refresh OIDC versions and add some properties for them.
6db7965 is described below
commit 6db79651b982028c98d3fd997582992e348ac389
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 16 08:44:09 2026 -0500
Refresh OIDC versions and add some properties for them.
---
pom.xml | 29 +++++++++++++++++++++++++----
1 file changed, 25 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index c250f6b..bad52b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,9 @@
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.2.1-SNAPSHOT</shib-shared.version>
<cas-client.version>4.0.4</cas-client.version>
- <oidc-commons.version>3.2.0-SNAPSHOT</oidc-commons.version>
+ <oidc-op.version>4.3.1-SNAPSHOT</oidc-op.version>
+ <oidc-commons.version>3.3.1-SNAPSHOT</oidc-commons.version>
+ <oidc-config.version>3.0.1-SNAPSHOT</oidc-config.version>
<idp-jetty-base.version>12.1.0-SNAPSHOT</idp-jetty-base.version>
<jetty.version>12.1.3</jetty.version>
</properties>
@@ -538,15 +540,28 @@
<scope>runtime</scope>
</dependency>
- <!-- For OIDC plugin testing. -->
+ <!-- For OIDC OP plugin testing. -->
<!--
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.oidc</groupId>
+ <artifactId>idp-plugin-oidc-op-api</artifactId>
+ <version>${oidc-op.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>net.shibboleth.idp.plugin.oidc</groupId>
<artifactId>idp-plugin-oidc-op-impl</artifactId>
- <version>4.1.1-SNAPSHOT</version>
+ <version>${oidc-op.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.shibboleth.idp.plugin.config.oidc</groupId>
+ <artifactId>idp-plugin-oidc-config-impl</artifactId>
+ <version>${oidc-config.version}</version>
<scope>runtime</scope>
</dependency>
-->
+
<!-- For Duo plugin testing. -->
<!--
<dependency>
@@ -645,6 +660,12 @@
<version>${oidc-commons.version}</version>
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>net.shibboleth.oidc</groupId>
+ <artifactId>oidc-common-profile-impl</artifactId>
+ <version>${oidc-commons.version}</version>
+ <scope>runtime</scope>
+ </dependency>
<dependency>
<groupId>net.shibboleth.oidc</groupId>
<artifactId>oidc-common-saml-api</artifactId>
@@ -658,7 +679,7 @@
<scope>runtime</scope>
</dependency>
-->
-
+
<!-- For SP testing. -->
<!--
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list