Skip to content

Commit

Permalink
[Backport 2.x] Change log level for log line in OBO Authenticator if …
Browse files Browse the repository at this point in the history
…OBO is disabled (#4956)

Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 20f6016 commit 0fd299b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public AuthCredentials run() {

private AuthCredentials extractCredentials0(final SecurityRequest request) {
if (!oboEnabled) {
log.error("On-behalf-of authentication is disabled");
log.debug("On-behalf-of authentication is disabled");
return null;
}

Expand Down

0 comments on commit 0fd299b

Please sign in to comment.