[java-identity-provider] branch master updated: Fix an extraneous logging result.

Scott Cantor cantor.2 at osu.edu
Wed May 29 15:44:03 EDT 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=8add9dbaa9e89836bffd13d2ca1b662a0cb1606a

The following commit(s) were added to refs/heads/master by this push:
       new  8add9db   Fix an extraneous logging result.
8add9db is described below

commit 8add9dbaa9e89836bffd13d2ca1b662a0cb1606a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed May 29 15:43:54 2019 -0400

    Fix an extraneous logging result.
---
 .../net/shibboleth/idp/authn/impl/ValidateExternalAuthentication.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateExternalAuthentication.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateExternalAuthentication.java
index bcb5f01..b98bcf7 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateExternalAuthentication.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateExternalAuthentication.java
@@ -136,8 +136,7 @@ public class ValidateExternalAuthentication extends AbstractValidationAction {
         }
         
         if (extContext.getSubject() != null) {
-            log.info("{} External authentication succeeded for Subject: {}", getLogPrefix(),
-                    extContext.getSubject().getPrincipals());
+            log.info("{} External authentication succeeded for Subject", getLogPrefix());
         } else if (extContext.getPrincipal() != null) {
             log.info("{} External authentication succeeded for Principal: {}", getLogPrefix(),
                     extContext.getPrincipal());

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


More information about the commits mailing list