[java-identity-provider] branch main updated: Move duo.properties under module control.
Scott Cantor
cantor.2 at osu.edu
Fri Sep 11 19:39:22 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=e24dd826ef6ffd42e815f95b7a0caf6fdbb97642
The following commit(s) were added to refs/heads/main by this push:
new e24dd826e Move duo.properties under module control.
e24dd826e is described below
commit e24dd826ef6ffd42e815f95b7a0caf6fdbb97642
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 11 15:39:14 2020 -0400
Move duo.properties under module control.
---
.../resources/net/shibboleth/idp/module/authn/impl/module.properties | 2 ++
.../main/resources/net/shibboleth/idp/module}/conf/authn/duo.properties | 0
2 files changed, 2 insertions(+)
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 1a8cb1a7d..c42d2ad34 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
@@ -16,6 +16,8 @@ idp.authn.Duo.desc = Login flow for Duo Security's second-factor authentication
idp.authn.Duo.url = https://wiki.shibboleth.net/confluence/display/IDP4/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.2.src = /net/shibboleth/idp/module/conf/authn/duo.properties
+idp.authn.Duo.2.dest = conf/authn/duo.properties
idp.authn.External.name = External Authentication
idp.authn.External.desc = Login flow that delegates authentication to a servlet/JSP.
diff --git a/idp-conf/src/main/resources/conf/authn/duo.properties b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/duo.properties
similarity index 100%
rename from idp-conf/src/main/resources/conf/authn/duo.properties
rename to idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/authn/duo.properties
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list