[java-identity-provider] branch master updated: Fix log message.

Scott Cantor cantor.2 at osu.edu
Mon Aug 13 10:30:20 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=ff32ed71d4eb79c4e15c93baeda509804f35c398

The following commit(s) were added to refs/heads/master by this push:
       new  ff32ed7   Fix log message.
ff32ed7 is described below

commit ff32ed71d4eb79c4e15c93baeda509804f35c398
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 13 10:29:48 2018 -0400

    Fix log message.
---
 .../shibboleth/idp/authn/impl/TransitionMultiFactorAuthentication.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthentication.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthentication.java
index 6b4c981..87da224 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthentication.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/TransitionMultiFactorAuthentication.java
@@ -291,7 +291,7 @@ public class TransitionMultiFactorAuthentication extends AbstractAuthenticationA
                 ActionSupport.buildEvent(profileRequestContext, AuthnEventIds.REQUEST_UNSUPPORTED);
                 return;
             } else if (!profileRequestContext.isBrowserProfile() && !flow.isNonBrowserSupported()) {
-                log.error("{} Targeted login flow '{}' does not support passive authentication",
+                log.error("{} Targeted login flow '{}' does not support non-browser authentication",
                         getLogPrefix(), flowId);
                 ActionSupport.buildEvent(profileRequestContext, authenticationContext.isPassive() ?
                         AuthnEventIds.NO_PASSIVE : AuthnEventIds.REQUEST_UNSUPPORTED);

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


More information about the commits mailing list