[java-idp-plugin-duo] branch main updated: Add in reference to client bean.
Scott Cantor
cantor.2 at osu.edu
Tue Oct 6 16:32:27 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor 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=b8a43a5ef031efcd7a2106ad3da7a8178fdc05e9
The following commit(s) were added to refs/heads/main by this push:
new b8a43a5 Add in reference to client bean.
b8a43a5 is described below
commit b8a43a5ef031efcd7a2106ad3da7a8178fdc05e9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Oct 6 12:32:25 2020 -0400
Add in reference to client bean.
---
.../idp/plugin/authn/duo/module/conf/authn/duo-oidc.properties | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/module/conf/authn/duo-oidc.properties b/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/module/conf/authn/duo-oidc.properties
index 696a9b5..6182791 100644
--- a/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/module/conf/authn/duo-oidc.properties
+++ b/idp-duo-impl/src/main/resources/net/shibboleth/idp/plugin/authn/duo/module/conf/authn/duo-oidc.properties
@@ -13,6 +13,11 @@ idp.duo.oidc.redirectURL = https://something
#idp.duo.oidc.endpoint.token = /oauth/v1/token
#idp.duo.oidc.endpoint.authorize = /oauth/v1/authorize
+# Controls the "back-end" OIDC implementation.
+# shibboleth.authn.DuoOIDC.native.sdk.clientFactory (Duo WebSDK-based)
+# shibboleth.authn.DuoOIDC.nimbus.clientFactory (Shibboleth Nimbus-based)
+#idp.duo.oidc.clientFactoryBean = shibboleth.authn.DuoOIDC.native.sdk.clientFactory
+
# With the Nimbus "client" impl, controls for HttpClient behavior
# These default to the global HttpClient options in services.properties
#idp.duo.oidc.connectionTimeout = PT1M
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list