[java-idp-plugin-mgmt] branch main updated: Add oid-common 2.0.0 and fix Duo version
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 15 15:59:56 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=1c1883faf640ad13eef0f58a55fee326e38c313e
The following commit(s) were added to refs/heads/main by this push:
new 1c1883f Add oid-common 2.0.0 and fix Duo version
1c1883f is described below
commit 1c1883faf640ad13eef0f58a55fee326e38c313e
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 15 16:59:51 2022 +0100
Add oid-common 2.0.0 and fix Duo version
---
plugins.properties | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index f72b772..96e0103 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -49,7 +49,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
+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.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}
@@ -72,7 +72,7 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.2.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
+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.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}
@@ -95,7 +95,7 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.2.0 = Current
###############################
# OIDC Commons library plugin #
###############################
-net.shibboleth.oidc.common.versions = 1.0.0 1.1.0
+net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0
net.shibboleth.oidc.common.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/oidc/oidc-common-dist/%{version}
net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-%{version}
@@ -103,9 +103,13 @@ net.shibboleth.oidc.common.idpVersionMax.1.0.0 = 5.0.0
net.shibboleth.oidc.common.idpVersionMin.1.0.0 = 4.1.0
net.shibboleth.oidc.common.supportLevel.1.0.0 = OutOfDate
-net.shibboleth.oidc.common.idpVersionMax.1.1.0 = 5.0.0
+net.shibboleth.oidc.common.idpVersionMax.1.1.0 = 4.2.0
net.shibboleth.oidc.common.idpVersionMin.1.1.0 = 4.1.0
-net.shibboleth.oidc.common.supportLevel.1.1.0 = Current
+net.shibboleth.oidc.common.supportLevel.1.1.0 = OutOfDate
+
+net.shibboleth.oidc.common.idpVersionMax.2.0.0 = 5.0.0
+net.shibboleth.oidc.common.idpVersionMin.2.0.0 = 4.2.0
+net.shibboleth.oidc.common.supportLevel.2.0.0 = Current
##################################
# OpenID Connect Provider plugin #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list