[java-idp-plugin-mgmt] branch main updated: JOIDC-292 - Release 4.3.2
Codeberg
noreply at shibboleth.net
Thu Sep 17 09:43:04 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-mgmt.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-mgmt/commit/cc150d4d9a2bf959724c8068aded870b73407db5
The following commit(s) were added to refs/heads/main by this push:
new cc150d4 JOIDC-292 - Release 4.3.2
cc150d4 is described below
commit cc150d4d9a2bf959724c8068aded870b73407db5
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Sep 17 12:42:14 2026 +0300
JOIDC-292 - Release 4.3.2
https://shibboleth.atlassian.net/browse/JOIDC-292
Set current OP version to 4.3.2
---
modules.properties | 3 +++
plugins.properties | 8 ++++++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/modules.properties b/modules.properties
index 966869d..c8a4864 100644
--- a/modules.properties
+++ b/modules.properties
@@ -11,6 +11,9 @@
# <moduleid>.version The latest version of the plugin ID that delivers this module
# idp.oidc.OP
+idp.oidc.OP.6.plugin=net.shibboleth.idp.plugin.oidc.op
+idp.oidc.OP.6.version=4.3.2
+
idp.oidc.OP.6.plugin=net.shibboleth.idp.plugin.oidc.op
idp.oidc.OP.6.version=4.3.1
diff --git a/plugins.properties b/plugins.properties
index b59b4d5..11c08df 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -263,7 +263,7 @@ net.shibboleth.oidc.common.supportLevel.3.3.1 = 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 4.3.0 4.3.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 4.3.1 4.3.2
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}
@@ -337,7 +337,11 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.4.3.0 = OutOfDate
net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.3.1 = 6.0.0
net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.3.1 = 5.0.0
-net.shibboleth.idp.plugin.oidc.op.supportLevel.4.3.1 = Current
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.3.1 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.3.2 = 6.0.0
+net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.3.2 = 5.0.0
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.3.2 = Current
##################################
# METADATA GENERATOR PLUGIN #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list