[java-idp-plugin-mgmt] branch main updated: JDUO-96 - Release 2.2.2
Phil Smart
philip.smart at jisc.ac.uk
Tue Sep 16 16:34:26 UTC 2025
This is an automated email from the git hooks/post-receive script.
philsmart 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=a4a5af6319e9dabc71be73ba4d0fe50efc4ac801
The following commit(s) were added to refs/heads/main by this push:
new a4a5af6 JDUO-96 - Release 2.2.2
a4a5af6 is described below
commit a4a5af6319e9dabc71be73ba4d0fe50efc4ac801
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Sep 16 15:24:07 2025 +0100
JDUO-96 - Release 2.2.2
- Add DuoOIDC 2.2.2
https://shibboleth.atlassian.net/browse/JDUO-96
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 7db90d9..e06c0cb 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -90,7 +90,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
+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
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}
@@ -132,12 +132,16 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.1.0 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.2.1 = 6.0.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.2.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.2.1 = Current
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.2.1 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.2.2 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.2.2 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.2.2 = 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
+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
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}
@@ -179,7 +183,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.1.0 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.2.1 = 6.0.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.2.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.2.1 = Current
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.2.1 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.2.2 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.2.2 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.2.2 = 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