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
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed Dec 5, 2024
1 parent 67f378a commit 47736a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,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 47736a0

Please sign in to comment.