[java-idp-plugin-mgmt] 01/01: Prepare for IdPV5 release

Rod Widdowson rdw at steadingsoftware.com
Thu Sep 14 15:18:40 UTC 2023


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch dev/5_0_0_prp
in repository java-idp-plugin-mgmt.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=038576242a2d43e90e06d6ceb5ba54570d285b8c

commit 038576242a2d43e90e06d6ceb5ba54570d285b8c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Sep 14 16:18:14 2023 +0100

    Prepare for IdPV5 release
---
 plugins.properties | 66 +++++++++++++++++++++++++++++++++++++++++++++---------
 1 file changed, 55 insertions(+), 11 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index dcd9713..6fdedd2 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -7,7 +7,7 @@
 #######################
 # TOTP Authentication #
 #######################
-net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1 1.0.2
+net.shibboleth.idp.plugin.authn.totp.versions = 1.0.0 1.0.1 1.0.2 2.0.0
 
 net.shibboleth.idp.plugin.authn.totp.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/totp/%{version}
 net.shibboleth.idp.plugin.authn.totp.baseName.%{version} = idp-plugin-totp-dist-%{version}
@@ -24,12 +24,15 @@ net.shibboleth.idp.plugin.authn.totp.idpVersionMax.1.0.2 = 5.0.0
 net.shibboleth.idp.plugin.authn.totp.idpVersionMin.1.0.2 = 4.2.0
 net.shibboleth.idp.plugin.authn.totp.supportLevel.1.0.2 = Current
 
+net.shibboleth.idp.plugin.authn.totp.idpVersionMax.2.0.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.totp.idpVersionMin.2.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.totp.supportLevel.2.0.0 = Current
 
 
 #######################
 # SCRIPTING Plugins   #
 #######################
-net.shibboleth.idp.plugin.nashorn.versions= 1.0.0 1.1.0
+net.shibboleth.idp.plugin.nashorn.versions= 1.0.0 1.1.0 2.0.0
 
 net.shibboleth.idp.plugin.nashorn.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/scripting/%{version}
 net.shibboleth.idp.plugin.nashorn.baseName.%{version} = idp-plugin-nashorn-jdk-dist-%{version}
@@ -44,7 +47,11 @@ net.shibboleth.idp.plugin.nashorn.idpVersionMax.1.1.0= 5.0.0
 net.shibboleth.idp.plugin.nashorn.idpVersionMin.1.1.0= 4.1.0
 net.shibboleth.idp.plugin.nashorn.supportLevel.1.1.0 = Current
 
-net.shibboleth.idp.plugin.rhino.versions= 1.0.0 1.1.0
+net.shibboleth.idp.plugin.nashorn.idpVersionMax.2.0.0= 6.0.0
+net.shibboleth.idp.plugin.nashorn.idpVersionMin.2.0.0= 5.0.0
+net.shibboleth.idp.plugin.nashorn.supportLevel.2.0.0 = Current
+
+net.shibboleth.idp.plugin.rhino.versions= 1.0.0 1.1.0 2.0.0
 net.shibboleth.idp.plugin.rhino.downloadURL.%{version} = https://shibboleth.net/downloads/identity-provider/plugins/scripting/%{version}
 net.shibboleth.idp.plugin.rhino.baseName.%{version} = idp-plugin-rhino-dist-%{version}
 
@@ -56,10 +63,14 @@ net.shibboleth.idp.plugin.rhino.idpVersionMax.1.1.0= 5.0.0
 net.shibboleth.idp.plugin.rhino.idpVersionMin.1.1.0= 4.1.0
 net.shibboleth.idp.plugin.rhino.supportLevel.1.1.0 = Current
 
+net.shibboleth.idp.plugin.rhino.idpVersionMax.2.0.0= 6.0.0
+net.shibboleth.idp.plugin.rhino.idpVersionMin.2.0.0= 5.0.0
+net.shibboleth.idp.plugin.rhino.supportLevel.2.0.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 1.3.0 1.4.0 1.4.1
+net.shibboleth.idp.plugin.authn.duo.nimbus.versions = 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.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}
 
@@ -91,10 +102,14 @@ net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.1.4.1 = 5.0.0
 net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.1.4.1 = 4.3.0
 net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.1.4.1 = Current
 
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMax.2.0.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.idpVersionMin.2.0.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.nimbus.supportLevel.2.0.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 1.3.0 1.4.0 1.4.1
+net.shibboleth.idp.plugin.authn.duo.sdk.versions = 1.0.0 1.1.0 1.1.1 1.2.0 1.3.0 1.4.0 1.4.1 2.0.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}
 
@@ -126,10 +141,14 @@ net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.1.4.1 = 5.0.0
 net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.1.4.1 = 4.3.0
 net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.4.1 = Current
 
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.2.0.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.2.0.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.0.0 = Current
+
 ###############################
 # OIDC Commons library plugin #
 ###############################
-net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.0 2.2.1
+net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.0 2.2.1 3.0.0
 net.shibboleth.oidc.common.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/oidc-common/%{version}
 net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-%{version}
 
@@ -157,10 +176,14 @@ net.shibboleth.oidc.common.idpVersionMax.2.2.1 = 5.0.0
 net.shibboleth.oidc.common.idpVersionMin.2.2.1 = 4.3.0
 net.shibboleth.oidc.common.supportLevel.2.2.1 = Current
 
+net.shibboleth.oidc.common.idpVersionMax.3.0.0 = 6.0.0
+net.shibboleth.oidc.common.idpVersionMin.3.0.0 = 5.0.0
+net.shibboleth.oidc.common.supportLevel.3.0.0 = Current
+
 ##################################
 # OpenID Connect Provider plugin #
 ##################################
-net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0
+net.shibboleth.idp.plugin.oidc.op.versions = 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.2.0 3.2.1 3.3.0 3.4.0 4.0.0
 net.shibboleth.idp.plugin.oidc.op.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/oidc-op/%{version}
 net.shibboleth.idp.plugin.oidc.op.baseName.%{version} = idp-plugin-oidc-op-distribution-%{version}
 
@@ -212,10 +235,14 @@ net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.4.0 = 5.0.0
 net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.4.0 = 4.3.0
 net.shibboleth.idp.plugin.oidc.op.supportLevel.3.4.0 = Current
 
+net.shibboleth.idp.plugin.oidc.op.idpVersionMax.4.0.0 = 6.0.0
+net.shibboleth.idp.plugin.oidc.op.idpVersionMin.4.0.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.op.supportLevel.4.0.0 = Current
+
 ##################################
 # METADATA GENERATOR PLUGIN      #
 ##################################
-net.shibboleth.idp.plugin.metadatagen.versions=0.1.1 1.0.0 1.0.1
+net.shibboleth.idp.plugin.metadatagen.versions=0.1.1 1.0.0 1.0.1 2.0.0
 net.shibboleth.idp.plugin.metadatagen.baseName.%{version} = idp-plugin-metadatagen-dist-%{version}
 net.shibboleth.idp.plugin.metadatagen.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/metadatagen/%{version}
 
@@ -231,10 +258,14 @@ net.shibboleth.idp.plugin.metadatagen.idpVersionMax.1.0.1 = 5.0.0
 net.shibboleth.idp.plugin.metadatagen.idpVersionMin.1.0.1= 4.1.0
 net.shibboleth.idp.plugin.metadatagen.supportLevel.1.0.1= Current
 
+net.shibboleth.idp.plugin.metadatagen.idpVersionMax.2.0.0 = 5.0.0
+net.shibboleth.idp.plugin.metadatagen.idpVersionMin.2.0.0= 5.0.0
+net.shibboleth.idp.plugin.metadatagen.supportLevel.2.0.0= Current
+
 ##################################
 # STORAGE SERVICE PLUGIN         #
 ##################################
-net.shibboleth.plugin.storage.jdbc.versions=1.0.0 1.0.1 1.0.2 1.0.3 1.0.4
+net.shibboleth.plugin.storage.jdbc.versions=1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 2.0.0
 net.shibboleth.plugin.storage.jdbc.baseName.%{version} = java-plugin-jdbc-storage-%{version}
 net.shibboleth.plugin.storage.jdbc.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/jdbc/%{version}
 
@@ -258,10 +289,14 @@ net.shibboleth.plugin.storage.jdbc.idpVersionMax.1.0.4 = 5.0.0
 net.shibboleth.plugin.storage.jdbc.idpVersionMin.1.0.4= 4.1.0
 net.shibboleth.plugin.storage.jdbc.supportLevel.1.0.4= Current
 
+net.shibboleth.plugin.storage.jdbc.idpVersionMax.2.0.0 = 6.0.0
+net.shibboleth.plugin.storage.jdbc.idpVersionMin.2.0.0= 5.0.0
+net.shibboleth.plugin.storage.jdbc.supportLevel.2.0.0= Current
+
 ###############################
 # OIDC Config plugin          #
 ###############################
-net.shibboleth.idp.plugin.oidc.config.versions = 1.0.0 1.0.1
+net.shibboleth.idp.plugin.oidc.config.versions = 1.0.0 1.0.1 2.0.0
 net.shibboleth.idp.plugin.oidc.config.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/oidc-config/%{version}
 net.shibboleth.idp.plugin.oidc.config.baseName.%{version} = idp-plugin-oidc-config-dist-%{version}
 
@@ -273,10 +308,14 @@ net.shibboleth.idp.plugin.oidc.config.idpVersionMax.1.0.1 = 5.0.0
 net.shibboleth.idp.plugin.oidc.config.idpVersionMin.1.0.1 = 4.3.0
 net.shibboleth.idp.plugin.oidc.config.supportLevel.1.0.1 = Current
 
+net.shibboleth.idp.plugin.oidc.config.idpVersionMax.2.0.0 = 6.0.0
+net.shibboleth.idp.plugin.oidc.config.idpVersionMin.2.0.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.config.supportLevel.2.0.0 = Current
+
 ###################################################
 # OIDC Relying Party Proxy-Authentication plugin  #
 ###################################################
-net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.0.0 1.1.0
+net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.0.0 1.1.0 2.0.0
 net.shibboleth.idp.plugin.authn.oidc.rp.downloadURL.%{version} = http://shibboleth.net/downloads/identity-provider/plugins/oidc-rp/%{version}
 net.shibboleth.idp.plugin.authn.oidc.rp.baseName.%{version} = idp-plugin-oidc-rp-dist-%{version}
 
@@ -287,3 +326,8 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.1.0.0 = OutOfDate
 net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.1.1.0 = 5.0.0
 net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.1.1.0 = 4.3.0
 net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.1.1.0 = Current
+
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.2.0.0 = 6.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.2.0.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.0.0 = Current
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list