[java-idp-plugin-mgmt] branch main updated: JDUO-90 - Release 2.1.0
Phil Smart
philip.smart at jisc.ac.uk
Mon May 20 14:02:42 UTC 2024
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=b400a93aac06ade77fc2f5888dff71732e921745
The following commit(s) were added to refs/heads/main by this push:
new b400a93 JDUO-90 - Release 2.1.0
b400a93 is described below
commit b400a93aac06ade77fc2f5888dff71732e921745
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon May 20 14:59:34 2024 +0100
JDUO-90 - Release 2.1.0
- Add Duo 2.1.0
https://shibboleth.atlassian.net/browse/JDUO-90
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index fe7d947..9cf5573 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -74,7 +74,7 @@ net.shibboleth.idp.plugin.rhino.supportLevel.2.0.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
+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
net.shibboleth.idp.plugin.authn.duo.nimbus.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/duo-oidc/%{version}
net.shibboleth.idp.plugin.authn.duo.nimbus.baseName.%{version} = idp-plugin-duo-nimbus-dist-%{version}
@@ -108,12 +108,16 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.4.1 = Current
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.0.0 = 6.0.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.0.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.0.0 = Current
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.0.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.1.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.1.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.1.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
+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
net.shibboleth.idp.plugin.authn.duo.sdk.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/duo-oidc/%{version}
net.shibboleth.idp.plugin.authn.duo.sdk.baseName.%{version} = idp-plugin-duo-sdk-dist-%{version}
@@ -147,7 +151,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.4.1 = Current
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.0.0 = 6.0.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.0.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.0.0 = Current
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.0.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.1.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.1.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.1.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