[java-idp-plugin-mgmt] branch main updated: JDUO-107 - Release 2.4.0
Codeberg
noreply at shibboleth.net
Wed Sep 23 17:04:56 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/2436fecdd09f412b21854dd59074e154346c9240
The following commit(s) were added to refs/heads/main by this push:
new 2436fec JDUO-107 - Release 2.4.0
2436fec is described below
commit 2436fecdd09f412b21854dd59074e154346c9240
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 23 17:54:04 2026 +0100
JDUO-107 - Release 2.4.0
- Release DuoOIDC 2.4.0
https://shibboleth.atlassian.net/browse/JDUO-107
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 11c08df..f2e90d5 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -94,7 +94,7 @@ net.shibboleth.idp.plugin.rhino.supportLevel.2.1.0 = Current
################################################################
# DuoOIDC Authentication based on the Shibboleth Nimbus client #
################################################################
-net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.0 2.1.0 2.2.1 2.2.2 2.3.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.0 2.1.0 2.2.1 2.2.2 2.3.0 2.4.0
net.shibboleth.idp.plugin.authn.duo.nimbus.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/duo-oidc/%{version}
net.shibboleth.idp.plugin.authn.duo.nimbus.baseName.%{version} = idp-plugin-duo-nimbus-dist-%{version}
@@ -144,12 +144,16 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.2.2 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.3.0 = 6.0.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.3.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.3.0 = Current
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.3.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.4.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.4.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.4.0 = Current
#####################################################
# DuoOIDC Authentication based on the Duo WebSDK v4 #
#####################################################
-net.shibboleth.idp.plugin.authn.duo.sdk.versions = 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.0 2.1.0 2.2.1 2.2.2 2.3.0
+net.shibboleth.idp.plugin.authn.duo.sdk.versions = 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.0 2.1.0 2.2.1 2.2.2 2.3.0 2.4.0
net.shibboleth.idp.plugin.authn.duo.sdk.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/duo-oidc/%{version}
net.shibboleth.idp.plugin.authn.duo.sdk.baseName.%{version} = idp-plugin-duo-sdk-dist-%{version}
@@ -199,7 +203,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.2.2 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.3.0 = 6.0.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.3.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.3.0 = Current
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.3.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.4.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.4.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.4.0 = Current
###############################
# OIDC Commons library plugin #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list