[java-identity-provider] branch master updated: Log tweak.
Scott Cantor
cantor.2 at osu.edu
Mon Aug 13 19:48:12 EDT 2018
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=8ecf0bf44e497e96a2e57b8d8c491b0e576744c5
The following commit(s) were added to refs/heads/master by this push:
new 8ecf0bf Log tweak.
8ecf0bf is described below
commit 8ecf0bf44e497e96a2e57b8d8c491b0e576744c5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 13 19:48:09 2018 -0400
Log tweak.
---
.../main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoAuthAPI.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoAuthAPI.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoAuthAPI.java
index ea79c55..81ec98d 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoAuthAPI.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/duo/impl/ValidateDuoAuthAPI.java
@@ -290,7 +290,7 @@ public class ValidateDuoAuthAPI extends AbstractValidationAction {
final String authResult = authenticationResponse.getResult();
if (DuoAuthAPI.DUO_AUTH_RESULT_ALLOW.equals(authResult)) {
- log.info("{} Duo authentication succeeded for '{}', (Factor: {}, Device: {})", getLogPrefix(), username,
+ log.info("{} Duo authentication succeeded for '{}' (Factor: {}, Device: {})", getLogPrefix(), username,
duoContext.getFactor(), duoContext.getDeviceID());
recordSuccess();
buildAuthenticationResult(profileRequestContext, authenticationContext);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list