[java-identity-provider] branch master updated: IDP-1425 - Default property name in duo.properties comment is wrong
Scott Cantor
cantor.2 at osu.edu
Thu Feb 28 16:08:02 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=f67eac68c9bd6b804ad4d476a7471b42581f64ef
The following commit(s) were added to refs/heads/master by this push:
new f67eac6 IDP-1425 - Default property name in duo.properties comment is wrong
f67eac6 is described below
commit f67eac68c9bd6b804ad4d476a7471b42581f64ef
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