[java-idp-plugin-mgmt] branch main updated: Add OIDC OP 3.2.1
Henri Mikkonen
henri.mikkonen at iki.fi
Thu Jul 7 12:54:41 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=6e01ae8a0dba9c341b26934a75d0710c919d43d4
The following commit(s) were added to refs/heads/main by this push:
new 6e01ae8 Add OIDC OP 3.2.1
6e01ae8 is described below
commit 6e01ae8a0dba9c341b26934a75d0710c919d43d4
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Jul 7 15:54:29 2022 +0300
Add OIDC OP 3.2.1
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index fcadb1f..128c361 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -122,7 +122,7 @@ 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 3.2.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
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}
@@ -160,7 +160,11 @@ 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
+net.shibboleth.idp.plugin.oidc.op.supportLevel.3.2.0 = OutOfDate
+
+net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.2.1 = 5.0.0
+net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.2.1 = 4.2.0
+net.shibboleth.idp.plugin.oidc.op.supportLevel.3.2.1 = 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