[java-idp-plugin-mgmt] branch main updated: JOIDCCONF-3 and JCOMOIDC-107

Henri Mikkonen henri.mikkonen at iki.fi
Thu Apr 11 12:32:47 UTC 2024


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

hjmikkon 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=093f6573aa0a52e5859eb90588c68d6ffab786d1

The following commit(s) were added to refs/heads/main by this push:
     new 093f657  JOIDCCONF-3 and JCOMOIDC-107
093f657 is described below

commit 093f6573aa0a52e5859eb90588c68d6ffab786d1
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Apr 11 15:32:33 2024 +0300

    JOIDCCONF-3 and JCOMOIDC-107
    
    Set oidc-config version to 2.1.0 and oidc-common version to 3.1.0
---
 plugins.properties | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/plugins.properties b/plugins.properties
index f945d02..e309ad7 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -152,7 +152,7 @@ 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 3.0.0 3.0.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 3.0.1 3.1.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}
 
@@ -186,7 +186,11 @@ net.shibboleth.oidc.common.supportLevel.3.0.0 = OutOfDate
 
 net.shibboleth.oidc.common.idpVersionMax.3.0.1 = 6.0.0
 net.shibboleth.oidc.common.idpVersionMin.3.0.1 = 5.0.0
-net.shibboleth.oidc.common.supportLevel.3.0.1 = Current
+net.shibboleth.oidc.common.supportLevel.3.0.1 = OutOfDate
+
+net.shibboleth.oidc.common.idpVersionMax.3.1.0 = 6.0.0
+net.shibboleth.oidc.common.idpVersionMin.3.1.0 = 5.0.0
+net.shibboleth.oidc.common.supportLevel.3.1.0 = Current
 
 ##################################
 # OpenID Connect Provider plugin #
@@ -304,7 +308,7 @@ 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 2.0.0
+net.shibboleth.idp.plugin.oidc.config.versions = 1.0.0 1.0.1 2.0.0 2.1.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}
 
@@ -318,7 +322,11 @@ 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
+net.shibboleth.idp.plugin.oidc.config.supportLevel.2.0.0 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.config.idpVersionMax.2.1.0 = 6.0.0
+net.shibboleth.idp.plugin.oidc.config.idpVersionMin.2.1.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.config.supportLevel.2.1.0 = Current
 
 ###################################################
 # OIDC Relying Party Proxy-Authentication plugin  #

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


More information about the commits mailing list