[java-idp-plugin-mgmt] branch main updated: JOIDC-285 - Release 4.3.1
Codeberg
noreply at shibboleth.net
Tue Jul 14 09:48:00 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/af09b3ee45482784d629f1e28b1788d3682c184b
The following commit(s) were added to refs/heads/main by this push:
new af09b3e JOIDC-285 - Release 4.3.1
af09b3e is described below
commit af09b3ee45482784d629f1e28b1788d3682c184b
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue Jul 14 12:47:05 2026 +0300
JOIDC-285 - Release 4.3.1
https://shibboleth.atlassian.net/browse/JOIDC-285
Set current OP version to 4.3.1
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index aefef55..36d8d6c 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -251,7 +251,7 @@ 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 4.3.0
+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.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}
@@ -321,7 +321,11 @@ 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
+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
##################################
# 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