Skip to content

Commit

Permalink
Added log line for successful ACR validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed Apr 13, 2017
1 parent a425423 commit 2acff45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/auth/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ func (a *AuthServer) ValidateOIDCAuthCallback(q url.Values) (*OIDCAuthResponse,
if err != nil {
return nil, trace.Wrap(err)
}
log.Debugf("[OIDC] ACR values %q successfully validated", acrValue)
}

ident, err := oidc.IdentityFromClaims(claims)
Expand Down

0 comments on commit 2acff45

Please sign in to comment.