[java-identity-provider] branch maint-3.4 updated: IDP-1425 - Default property name in duo.properties comment is wrong
Scott Cantor
cantor.2 at osu.edu
Fri Apr 5 13:11:11 EDT 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=05df5dffe68b1263fdcd01ec1ab67762185082f1
The following commit(s) were added to refs/heads/maint-3.4 by this push:
new 05df5df IDP-1425 - Default property name in duo.properties comment is wrong
05df5df is described below
commit 05df5dffe68b1263fdcd01ec1ab67762185082f1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 28 16:07:56 2019 -0500
IDP-1425 - Default property name in duo.properties comment is wrong
https://issues.shibboleth.net/jira/browse/IDP-1425
---
idp-conf/src/main/resources/conf/authn/duo.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf/src/main/resources/conf/authn/duo.properties b/idp-conf/src/main/resources/conf/authn/duo.properties
index d479fc2..cb4b4aa 100644
--- a/idp-conf/src/main/resources/conf/authn/duo.properties
+++ b/idp-conf/src/main/resources/conf/authn/duo.properties
@@ -21,7 +21,7 @@ idp.duo.secretKey = key
## Request header names for Duo non-browser credentials.
# idp.duo.nonbrowser.header.factor = X-Shibboleth-Duo-Factor
# idp.duo.nonbrowser.header.device = X-Shibboleth-Duo-Device
-# idp.duo.nonbrowser.header.factor = X-Shibboleth-Duo-Passcode
+# idp.duo.nonbrowser.header.passcode = X-Shibboleth-Duo-Passcode
## Enables auto selection of factor/device if not specified by client.
# idp.duo.nonbrowser.auto = true
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list