[java-idp-plugin-mgmt] branch main updated: Add 1.3.0 DuoOIDC plugin
Phil Smart
philip.smart at jisc.ac.uk
Thu Nov 17 15:21:57 UTC 2022
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=1c3a24d6883456ef7b47c4ed6e314c19c7ddeed1
The following commit(s) were added to refs/heads/main by this push:
new 1c3a24d Add 1.3.0 DuoOIDC plugin
1c3a24d is described below
commit 1c3a24d6883456ef7b47c4ed6e314c19c7ddeed1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Nov 17 15:21:52 2022 +0000
Add 1.3.0 DuoOIDC plugin
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index c2af351..d7ec2e4 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -53,7 +53,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
+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.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}
@@ -71,12 +71,16 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.1.1 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.1.2.0 = 5.0.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.1.2.0 = 4.2.0
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.2.0 = Current
+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
#####################################################
# 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
+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.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}
@@ -94,7 +98,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.1.1 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.1.2.0 = 5.0.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.1.2.0 = 4.2.0
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.2.0 = Current
+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
###############################
# 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