[java-oidc-common] 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:34:09 UTC 2021
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=185772b4df9f89e6acb5dff45b06ab13171633e8
The following commit(s) were added to refs/heads/main by this push:
new 185772b JCOMOIDC-9 - Surface the oidc-common library as an IdP plugin
185772b is described below
commit 185772b4df9f89e6acb5dff45b06ab13171633e8
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 18 17:34:07 2021 +0000
JCOMOIDC-9 - Surface the oidc-common library as an IdP plugin
Add services
https://issues.shibboleth.net/jira/browse/JCOMOIDC-9
---
.../resources/META-INF/services/net.shibboleth.idp.module.IdPModule | 1 +
.../resources/META-INF/services/net.shibboleth.idp.plugin.IdPPlugin | 1 +
.../src/main/resources/net/shibboleth/oidc/common/module.properties | 2 +-
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule b/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
new file mode 100644
index 0000000..d912a48
--- /dev/null
+++ b/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
@@ -0,0 +1 @@
+net.shibboleth.oidc.common.OIDCCommonModule
diff --git a/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.plugin.IdPPlugin b/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.plugin.IdPPlugin
new file mode 100644
index 0000000..8a9b8ae
--- /dev/null
+++ b/oidc-common-plugin/src/main/resources/META-INF/services/net.shibboleth.idp.plugin.IdPPlugin
@@ -0,0 +1 @@
+net.shibboleth.oidc.common.OIDCCommonPlugin
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 cc0aa23..ff476ff 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
@@ -1,7 +1,7 @@
# Properties defining this module.
# Class to Module ID mappings
-net.shibboleth.oidc.common.OIDCCommonModule.java = idp.oidc.Common
+net.shibboleth.oidc.common.OIDCCommonModule = idp.oidc.Common
# Module Owner
idp.oidc.Common.plugin = net.shibboleth.oidc.common
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list