[java-idp-plugin-mgmt] branch main updated: Add OIDC OP 3.1.2
Henri Mikkonen
henri.mikkonen at iki.fi
Tue May 17 11:58:19 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=a1204c40c3fdf00114531b3c8ff5763c62a0b9af
The following commit(s) were added to refs/heads/main by this push:
new a1204c4 Add OIDC OP 3.1.2
a1204c4 is described below
commit a1204c40c3fdf00114531b3c8ff5763c62a0b9af
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Tue May 17 14:58:09 2022 +0300
Add OIDC OP 3.1.2
---
plugins.properties | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/plugins.properties b/plugins.properties
index b85dbc3..b5b55bd 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -118,7 +118,7 @@ net.shibboleth.oidc.common.supportLevel.2.0.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
+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.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}
@@ -148,7 +148,11 @@ net.shibboleth.idp.plugin.oidc.op.supportLevel.3.1.0 = OutOfDate
net.shibboleth.idp.plugin.oidc.op.idpVersionMax.3.1.1 = 5.0.0
net.shibboleth.idp.plugin.oidc.op.idpVersionMin.3.1.1 = 4.2.0
-net.shibboleth.idp.plugin.oidc.op.supportLevel.3.1.1 = Current
+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
##################################
# 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