[java-idp-plugin-mgmt] branch main updated: JOIDCCONF-9, JCOMOIDC-135, JOIDC-248 and JOIDCRP-76
Henri Mikkonen
henri.mikkonen at iki.fi
Mon Jun 23 13:04:02 UTC 2025
This is an automated email from the git hooks/post-receive script.
hjmikkon pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=37f4ff3877853b1f7787955d1af27641beef5b11
The following commit(s) were added to refs/heads/main by this push:
new 37f4ff3 JOIDCCONF-9, JCOMOIDC-135, JOIDC-248 and JOIDCRP-76
37f4ff3 is described below
commit 37f4ff3877853b1f7787955d1af27641beef5b11
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Mon Jun 23 16:03:40 2025 +0300
JOIDCCONF-9, JCOMOIDC-135, JOIDC-248 and JOIDCRP-76
Set oidc-config to 3.0.0, oidc-common to 3.3.0, OP to 4.3.0 and RP to 2.3.0
---
plugins.properties | 32 ++++++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 2929a2d..780f685 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -184,7 +184,7 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.2.1 = Current
###############################
# OIDC Commons library plugin #
###############################
-net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.0 2.2.1 3.0.0 3.0.1 3.1.0 3.1.1 3.2.0
+net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.0 2.2.1 3.0.0 3.0.1 3.1.0 3.1.1 3.2.0 3.3.0
net.shibboleth.oidc.common.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/oidc-common/%{version}
net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-%{version}
@@ -230,12 +230,16 @@ net.shibboleth.oidc.common.supportLevel.3.1.1 = OutOfDate
net.shibboleth.oidc.common.idpVersionMax.3.2.0 = 6.0.0
net.shibboleth.oidc.common.idpVersionMin.3.2.0 = 5.0.0
-net.shibboleth.oidc.common.supportLevel.3.2.0 = Current
+net.shibboleth.oidc.common.supportLevel.3.2.0 = OutOfDate
+
+net.shibboleth.oidc.common.idpVersionMax.3.3.0 = 6.0.0
+net.shibboleth.oidc.common.idpVersionMin.3.3.0 = 5.0.0
+net.shibboleth.oidc.common.supportLevel.3.3.0 = Current
##################################
# OpenID Connect Provider plugin #
##################################
-net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 4.0.0 4.1.0 4.2.0 4.2.1
+net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 4.0.0 4.1.0 4.2.0 4.2.1 4.3.0
net.shibboleth.idp.plugin.oidc.op.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/oidc-op/%{version}
net.shibboleth.idp.plugin.oidc.op.baseName.%{version} = idp-plugin-oidc-op-distribution-%{version}
@@ -301,7 +305,11 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.4.2.0 = OutOfDate
net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.2.1 = 6.0.0
net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.2.1 = 5.0.0
-net.shibboleth.idp.plugin.oidc.op.supportLevel.4.2.1 = Current
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.2.1 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.3.0 = 6.0.0
+net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.3.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.3.0 = Current
##################################
# METADATA GENERATOR PLUGIN #
@@ -368,7 +376,7 @@ net.shibboleth.plugin.storage.jdbc.supportLevel.2.1.0 = Current
###############################
# OIDC Config plugin #
###############################
-net.shibboleth.idp.plugin.oidc.config.versions = 1.0.0 1.0.1 2.0.0 2.1.0 2.2.0
+net.shibboleth.idp.plugin.oidc.config.versions = 1.0.0 1.0.1 2.0.0 2.1.0 2.2.0 3.0.0
net.shibboleth.idp.plugin.oidc.config.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/oidc-config/%{version}
net.shibboleth.idp.plugin.oidc.config.baseName.%{version} = idp-plugin-oidc-config-dist-%{version}
@@ -390,12 +398,16 @@ net.shibboleth.idp.plugin.oidc.config.supportLevel.2.1.0 = OutOfDate
net.shibboleth.idp.plugin.oidc.config.idpVersionMax.2.2.0 = 6.0.0
net.shibboleth.idp.plugin.oidc.config.idpVersionMin.2.2.0 = 5.0.0
-net.shibboleth.idp.plugin.oidc.config.supportLevel.2.2.0 = Current
+net.shibboleth.idp.plugin.oidc.config.supportLevel.2.2.0 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.config.idpVersionMax.3.0.0 = 6.0.0
+net.shibboleth.idp.plugin.oidc.config.idpVersionMin.3.0.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.config.supportLevel.3.0.0 = Current
###################################################
# OIDC Relying Party Proxy-Authentication plugin #
###################################################
-net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.0.0 1.1.0 2.0.0 2.0.1 2.1.0 2.1.1 2.1.2 2.2.0
+net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.0.0 1.1.0 2.0.0 2.0.1 2.1.0 2.1.1 2.1.2 2.2.0 2.3.0
net.shibboleth.idp.plugin.authn.oidc.rp.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/oidc-rp/%{version}
net.shibboleth.idp.plugin.authn.oidc.rp.baseName.%{version} = idp-plugin-oidc-rp-dist-%{version}
@@ -429,7 +441,11 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.2 = OutOfDate
net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.2.2.0 = 6.0.0
net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.2.2.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.2.0 = Current
+net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.2.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.2.3.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.2.3.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.3.0 = Current
###################################
# WebAuthn Authentication plugin #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list