[java-idp-plugin-mgmt] branch main updated: Add DuoOIDC pluging 1.2.0
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 15 15:57:36 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=b42772b388923f069b620fdb6d737cbbb0531656
The following commit(s) were added to refs/heads/main by this push:
new b42772b Add DuoOIDC pluging 1.2.0
b42772b is described below
commit b42772b388923f069b620fdb6d737cbbb0531656
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 15 16:57:20 2022 +0100
Add DuoOIDC pluging 1.2.0
---
plugins.properties | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 9ffa524..f72b772 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -63,7 +63,11 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.1.0 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.1.1.1 = 4.2.0
net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.1.1.1 = 4.1.1
-net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.1.1 = Current
+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
#####################################################
# DuoOIDC Authentication based on the Duo WebSDK v4 #
@@ -82,7 +86,11 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.1.0 = OutOfDate
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.1.1.1 = 4.2.0
net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.1.1.1 = 4.1.1
-net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.1.1 = Current
+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
###############################
# 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