[java-idp-plugin-mgmt] 01/02: Update OIDC plugins - Add oidc-op version 3.4.0 - Add oidc-common version 2.2.0 - Add oidc-config version 1.0.0 - Add oidc-rp version 1.0.0

Phil Smart philip.smart at jisc.ac.uk
Mon May 15 16:33:54 UTC 2023


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=708338733bdd92a7d944adc6aa7439e2d0179a53

commit 708338733bdd92a7d944adc6aa7439e2d0179a53
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon May 15 15:14:23 2023 +0100

    Update OIDC plugins
     - Add oidc-op version 3.4.0
     - Add oidc-common version 2.2.0
     - Add oidc-config version 1.0.0
     - Add oidc-rp version 1.0.0
---
 plugins.properties | 38 ++++++++++++++++++++++++++++++++++----
 1 file changed, 34 insertions(+), 4 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index 18af877..8f10c91 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -112,7 +112,7 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.1.3.0 = Current
 ###############################
 # OIDC Commons library plugin #
 ###############################
-net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0
+net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.1.0 2.2.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}
 
@@ -130,12 +130,16 @@ net.shibboleth.oidc.common.supportLevel.2.0.0 = OutOfDate
 
 net.shibboleth.oidc.common.idpVersionMax.2.1.0 = 5.0.0
 net.shibboleth.oidc.common.idpVersionMin.2.1.0 = 4.2.0
-net.shibboleth.oidc.common.supportLevel.2.1.0 = Current
+net.shibboleth.oidc.common.supportLevel.2.1.0 = OutOfDate
+
+net.shibboleth.oidc.common.idpVersionMax.2.2.0 = 5.0.0
+net.shibboleth.oidc.common.idpVersionMin.2.2.0 = 4.3.0
+net.shibboleth.oidc.common.supportLevel.2.2.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
+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.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}
 
@@ -181,7 +185,11 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.3.2.1 = OutOfDate
 
 net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.3.0 = 5.0.0
 net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.3.0 = 4.2.0
-net.shibboleth.idp.plugin.oidc.op.supportLevel.3.3.0 = Current
+net.shibboleth.idp.plugin.oidc.op.supportLevel.3.3.0 = Secadv
+​
+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
 
 ##################################
 # METADATA GENERATOR PLUGIN      #
@@ -228,3 +236,25 @@ net.shibboleth.plugin.storage.jdbc.supportLevel.1.0.3=  OutOfDate
 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
+
+###############################
+# OIDC Config plugin          #
+###############################
+net.shibboleth.idp.plugin.oidc.config.versions = 1.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}
+
+net.shibboleth.idp.plugin.oidc.config.idpVersionMax.1.0.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.config.idpVersionMin.1.0.0 = 4.3.0
+net.shibboleth.idp.plugin.oidc.config.supportLevel.1.0.0 = Current
+
+###################################################
+# OIDC Relying Party Proxy-Authentication plugin  #
+###################################################
+net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.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}
+
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.1.0.0 = 5.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.1.0.0 = 4.3.0
+net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.1.0.0 = Current
\ No newline at end of file

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


More information about the commits mailing list