[java-idp-plugin-mgmt] branch main updated: Reset Duo to version 1.0.0

Phil Smart philip.smart at jisc.ac.uk
Tue Mar 23 17:34:48 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=0581d864e125677ad559e45bf496a5fd9cfd3d94

The following commit(s) were added to refs/heads/main by this push:
       new  0581d86   Reset Duo to version 1.0.0
0581d86 is described below

commit 0581d864e125677ad559e45bf496a5fd9cfd3d94
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 23 17:34:43 2021 +0000

    Reset Duo to version 1.0.0
---
 plugins.properties | 48 ++++++++----------------------------------------
 1 file changed, 8 insertions(+), 40 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index ffb34ab..a7ea24a 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -36,56 +36,24 @@ net.shibboleth.idp.plugin.rhino.supportLevel.1.0.0 = 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 0.9.3
+net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 1.0.0
 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}
 
-net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.0.9.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.0.9.0 = 4.1.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.0.9.0 = Withdrawn
-
-net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.0.9.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.0.9.1 = 4.1.0
-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 = 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
-
-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
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.1.0.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.1.0.0 = 4.1.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.0.0 = 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 0.9.3 0.9.4
+net.shibboleth.idp.plugin.authn.duo.sdk.versions = 1.0.0
 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}
 
-net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.9.0 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.9.0 = 4.1.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.0 = Withdrawn
-
-net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.9.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.9.1 = 4.1.0
-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 = 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
-
-net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.9.4 = 5.0.0
-net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.9.4 = 4.1.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.9.4 = Current
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.1.0.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.1.0.0 = 4.1.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.0.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