Skip to content

Commit

Permalink
Change log level for log line in OBO Authenticator if OBO is disabled (
Browse files Browse the repository at this point in the history
…#4952)

Signed-off-by: Craig Perkins <[email protected]>
(cherry picked from commit a1d4408)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 20f6016 commit f7043ec
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 f7043ec

Please sign in to comment.