[java-idp-plugin-mgmt] branch main updated: JCOMOIDC-119 and JOIDCRP-65
Phil Smart
philip.smart at jisc.ac.uk
Mon Jul 15 13:50:54 UTC 2024
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=8792191e0a8ed7e22b75c2617a1bb592dfe652b1
The following commit(s) were added to refs/heads/main by this push:
new 8792191 JCOMOIDC-119 and JOIDCRP-65
8792191 is described below
commit 8792191e0a8ed7e22b75c2617a1bb592dfe652b1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jul 15 14:49:28 2024 +0100
JCOMOIDC-119 and JOIDCRP-65
- Add RP version 2.1.2
- Add OIDCCommon version 3.1.1
https://shibboleth.atlassian.net/browse/JCOMOIDC-119
https://shibboleth.atlassian.net/browse/JOIDCRP-65
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index 9cf5573..1331234 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -160,7 +160,7 @@ net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.2.1.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 3.1.0
+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 3.1.1
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}
@@ -198,7 +198,11 @@ 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
+net.shibboleth.oidc.common.supportLevel.3.1.0 = OutOfDate
+
+net.shibboleth.oidc.common.idpVersionMax.3.1.1 = 6.0.0
+net.shibboleth.oidc.common.idpVersionMin.3.1.1 = 5.0.0
+net.shibboleth.oidc.common.supportLevel.3.1.1 = Current
##################################
# OpenID Connect Provider plugin #
@@ -343,7 +347,7 @@ net.shibboleth.idp.plugin.oidc.config.supportLevel.2.1.0 = Current
###################################################
# OIDC Relying Party Proxy-Authentication plugin #
###################################################
-net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.0.0 1.1.0 2.0.0 2.0.1 2.1.0 2.1.1
+net.shibboleth.idp.plugin.authn.oidc.rp.versions = 1.0.0 1.1.0 2.0.0 2.0.1 2.1.0 2.1.1 2.1.2
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}
@@ -369,4 +373,8 @@ net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.0 = Withdrawn
net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.2.1.1 = 6.0.0
net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.2.1.1 = 5.0.0
-net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.1 = Current
+net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.1 = OutOfDate
+
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMax.2.1.2 = 6.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.idpVersionMin.2.1.2 = 5.0.0
+net.shibboleth.idp.plugin.authn.oidc.rp.supportLevel.2.1.2 = Current
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list