[java-idp-plugin-mgmt] branch main updated: add Duo plugin 0.9.3
Phil Smart
philip.smart at jisc.ac.uk
Wed Mar 17 12:39:47 UTC 2021
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=8309c5768de74593d4f4a3d0ccd03b2e8fea1e3a
The following commit(s) were added to refs/heads/main by this push:
new 8309c57 add Duo plugin 0.9.3
8309c57 is described below
commit 8309c5768de74593d4f4a3d0ccd03b2e8fea1e3a
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Mar 17 12:39:40 2021 +0000
add Duo plugin 0.9.3
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 43b69d7..0019f3e 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -45,7 +45,7 @@ net.shibboleth.idp.plugin.rhino.supportLevel.0.1.4 = Current
################################################################
# DuoOIDC Authentication based on the Shibboleth Nimbus client #
################################################################
-net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 0.9.0 0.9.1 0.9.2
+net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 0.9.0 0.9.1 0.9.2 0.9.3
net.shibboleth.idp.plugin.authn.duo.nimbus.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-duo-nimbus-dist/%{version}
net.shibboleth.idp.plugin.authn.duo.nimbus.baseName.%{version} = idp-plugin-duo-nimbus-dist-%{version}
@@ -59,12 +59,16 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.0.9.1 = Withdrawn
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.0.9.2 = 5.0.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.0.9.2 = 4.1.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.0.9.2 = Current
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.0.9.2 = Withdrawn
+
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.0.9.3 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.0.9.3 = 4.1.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.0.9.3 = Current
#####################################################
# DuoOIDC Authentication based on the Duo WebSDK v4 #
#####################################################
-net.shibboleth.idp.plugin.authn.duo.sdk.versions = 0.9.0 0.9.1 0.9.2
+net.shibboleth.idp.plugin.authn.duo.sdk.versions = 0.9.0 0.9.1 0.9.2 0.9.3
net.shibboleth.idp.plugin.authn.duo.sdk.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/idp/plugin/authn/idp-plugin-duo-sdk-dist/%{version}
net.shibboleth.idp.plugin.authn.duo.sdk.baseName.%{version} = idp-plugin-duo-sdk-dist-%{version}
@@ -78,7 +82,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.1 = Withdrawn
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.9.2 = 5.0.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.9.2 = 4.1.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.2 = Current
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.2 = Withdrawn
+
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.9.3 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.9.3 = 4.1.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.3 = 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