[java-idp-plugin-mgmt] branch main updated: JCOMOIDC-9 - Surface the oidc-common library as an IdP plugin

Phil Smart philip.smart at jisc.ac.uk
Mon Jan 18 17:27:52 UTC 2021


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=dad23321a67c91be41f57f61c6658329a1886319

The following commit(s) were added to refs/heads/main by this push:
       new  dad2332   JCOMOIDC-9 - Surface the oidc-common library as an IdP plugin
dad2332 is described below

commit dad23321a67c91be41f57f61c6658329a1886319
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 18 17:27:15 2021 +0000

    JCOMOIDC-9 - Surface the oidc-common library as an IdP plugin
    
    Add OIDC common to plugin properties
    
    https://issues.shibboleth.net/jira/browse/JCOMOIDC-9
---
 plugins.properties | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/plugins.properties b/plugins.properties
index 4afdf2b..f964424 100644
--- a/plugins.properties
+++ b/plugins.properties
@@ -62,3 +62,14 @@ net.shibboleth.idp.plugin.authn.duo.sdk.baseName.%{version} = idp-plugin-duo-dis
 net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMax.0.0.2 = 5.0.0
 net.shibboleth.idp.plugin.authn.duo.sdk.idpVersionMin.0.0.2 = 4.1.0
 net.shibboleth.idp.plugin.authn.duo.sdk.supportLevel.0.0.2 = Current
+
+###############################
+# OIDC Commons library plugin #
+###############################
+net.shibboleth.oidc.common.versions = 0.0.1
+net.shibboleth.oidc.common.downloadURL.%{version} = https://build.shibboleth.net/nexus/service/local/repositories/releases/content/net/shibboleth/oidc/oidc-common-dist/%{version}
+net.shibboleth.oidc.common.baseName.%{version} = oidc-common-dist-${version}
+
+net.shibboleth.oidc.common.idpVersionMax.0.0.1 = 5.0.0
+net.shibboleth.oidc.common.idpVersionMin.0.0.1 = 4.1.0
+net.shibboleth.oidc.common.supportLevel.0.0.1 = Current

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


More information about the commits mailing list