[java-idp-plugin-duo] branch main updated: Add oidc-module as a dependency of the Duo plugin
Phil Smart
philip.smart at jisc.ac.uk
Fri Jan 29 16:52:12 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-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=d1681e0e0177e8c594aa404e9e2b500e52354bf0
The following commit(s) were added to refs/heads/main by this push:
new d1681e0 Add oidc-module as a dependency of the Duo plugin
d1681e0 is described below
commit d1681e0e0177e8c594aa404e9e2b500e52354bf0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Jan 29 16:52:10 2021 +0000
Add oidc-module as a dependency of the Duo plugin
---
.../net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties | 4 ++--
.../net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
index a6d0098..cac9812 100644
--- a/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
+++ b/idp-duo-nimbus-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/nimbus/plugin.properties
@@ -4,5 +4,5 @@ plugin.id = net.shibboleth.idp.plugin.authn.duo.nimbus
# Only used when package manifest is not available
plugin.version = 0.0.2
-# No prereqs
-#plugin.modules.required =
+# prereqs
+plugin.modules.required = idp.oidc.common
diff --git a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
index db7ac67..1c4e4d2 100644
--- a/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
+++ b/idp-duo-sdk-client-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/sdk/plugin.properties
@@ -4,5 +4,5 @@ plugin.id = net.shibboleth.idp.plugin.authn.duo.sdk
# Only used when package manifest is not available
plugin.version = 0.0.2
-# No prereqs
-#plugin.modules.required =
+# prereqs
+plugin.modules.required = idp.oidc.common
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list