[java-idp-plugin-mgmt] branch main updated: Add OIDC OP 3.2.0 and oidc-common 2.1.0
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Jun 30 19:35:12 UTC 2022
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=63ca776d8d22d3fa5987b82bf9789a206ff00261
The following commit(s) were added to refs/heads/main by this push:
new 63ca776 Add OIDC OP 3.2.0 and oidc-common 2.1.0
63ca776 is described below
commit 63ca776d8d22d3fa5987b82bf9789a206ff00261
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jun 30 22:34:24 2022 +0300
Add OIDC OP 3.2.0 and oidc-common 2.1.0
---
plugins.properties | 16 ++++++++++++----
1 file changed, 12 insertions(+), 4 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index e7a234e..fcadb1f 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -99,7 +99,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 2.0.0
+net.shibboleth.oidc.common.versions = 1.0.0 1.1.0 2.0.0 2.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}
@@ -113,12 +113,16 @@ 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
+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
##################################
# 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
+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
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}
@@ -152,7 +156,11 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.3.1.1 = OutOfDate
net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.1.2 = 5.0.0
net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.1.2 = 4.2.0
-net.shibboleth.idp.plugin.oidc.op.supportLevel.3.1.2 = Current
+net.shibboleth.idp.plugin.oidc.op.supportLevel.3.1.2 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.2.0 = 5.0.0
+net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.2.0 = 4.2.0
+net.shibboleth.idp.plugin.oidc.op.supportLevel.3.2.0 = Current
##################################
# METADATA GENERATOR PLUGIN #
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list