[java-oidc-common] branch main updated: Add idp.oidc.common.7 module

Phil Smart philip.smart at jisc.ac.uk
Wed Jun 4 14:52:38 UTC 2025


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=0f58fa51c76ea20ae8e0c12bd96d7f12cc06c3fa

The following commit(s) were added to refs/heads/main by this push:
     new 0f58fa5  Add idp.oidc.common.7 module
0f58fa5 is described below

commit 0f58fa51c76ea20ae8e0c12bd96d7f12cc06c3fa
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Jun 4 15:52:35 2025 +0100

    Add idp.oidc.common.7 module
    
     - allows new RP and OPs to require the new 3.3.0 plugin improvements
---
 .../main/resources/net/shibboleth/oidc/common/module.properties   | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
index deddaec..1eebbdd 100644
--- a/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
+++ b/oidc-common-plugin/src/main/resources/net/shibboleth/oidc/common/module.properties
@@ -4,6 +4,7 @@
 net.shibboleth.oidc.common.OIDCCommonModule4 = idp.oidc.common.4
 net.shibboleth.oidc.common.OIDCCommonModule5 = idp.oidc.common.5
 net.shibboleth.oidc.common.OIDCCommonModule6 = idp.oidc.common.6
+net.shibboleth.oidc.common.OIDCCommonModule7 = idp.oidc.common.7
 
 # Module Owner
 idp.oidc.common.4.plugin = net.shibboleth.oidc.common
@@ -23,3 +24,10 @@ idp.oidc.common.6.plugin = net.shibboleth.oidc.common
 idp.oidc.common.6.name = OIDC Common Library
 idp.oidc.common.6.desc = Module that provides common OIDC processing functions for other plugins to use
 idp.oidc.common.6.url = /OIDCCommon
+
+idp.oidc.common.7.plugin = net.shibboleth.oidc.common
+
+idp.oidc.common.7.name = OIDC Common Library
+idp.oidc.common.7.desc = Module that provides common OIDC processing functions for other plugins to use
+idp.oidc.common.7.url = /OIDCCommon
+

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


More information about the commits mailing list