[java-identity-provider] branch main updated: Make the advanced Duo config optional.

Scott Cantor cantor.2 at osu.edu
Tue Dec 22 16:59:52 UTC 2020


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

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=af7f092f9ba03d8a163a4db9bbaa785d6922eff0

The following commit(s) were added to refs/heads/main by this push:
       new  af7f092f9 Make the advanced Duo config optional.
af7f092f9 is described below

commit af7f092f9ba03d8a163a4db9bbaa785d6922eff0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 22 11:59:49 2020 -0500

    Make the advanced Duo config optional.
---
 .../resources/net/shibboleth/idp/module/authn/impl/module.properties     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties
index 512da0d21..a3c5082ce 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/authn/impl/module.properties
@@ -17,6 +17,7 @@ idp.authn.Duo.desc = Login flow for Duo Security's second-factor authentication
 idp.authn.Duo.url = /DuoAuthnConfiguration
 idp.authn.Duo.1.src = /net/shibboleth/idp/module/conf/authn/duo-authn-config.xml
 idp.authn.Duo.1.dest = conf/authn/duo-authn-config.xml
+idp.authn.Duo.1.optional = true
 idp.authn.Duo.2.src = /net/shibboleth/idp/module/conf/authn/duo.properties
 idp.authn.Duo.2.dest = conf/authn/duo.properties
 idp.authn.Duo.3.src = /net/shibboleth/idp/module/views/duo.vm

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


More information about the commits mailing list