[java-idp-plugin-mgmt] branch main updated: JDUO-69 - Release 1.4.0
Phil Smart
philip.smart at jisc.ac.uk
Thu May 18 16:33:27 UTC 2023
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=086d7a54fb973d3962fbbf89778fd326e5f15483
The following commit(s) were added to refs/heads/main by this push:
new 086d7a5 JDUO-69 - Release 1.4.0
086d7a5 is described below
commit 086d7a54fb973d3962fbbf89778fd326e5f15483
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu May 18 17:32:34 2023 +0100
JDUO-69 - Release 1.4.0
- Add 1.4.0 version of Duo plugins
https://shibboleth.atlassian.net/browse/JDUO-69
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 5cf7b15..4506ca9 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -58,7 +58,7 @@ net.shibboleth.idp.plugin.rhino.supportLevel.1.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
+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
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}
@@ -80,12 +80,16 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.2.0 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.1.3.0 = 5.0.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.1.3.0 = 4.2.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.3.0 = Current
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.3.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.1.4.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.1.4.0 = 4.3.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.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
+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
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}
@@ -107,7 +111,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.2.0 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.1.3.0 = 5.0.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.1.3.0 = 4.2.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.3.0 = Current
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.3.0 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.1.4.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.1.4.0 = 4.3.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.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