Skip to content

Commit

Permalink
Add comment for authentication failure in obo authenticator
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Aug 23, 2023
1 parent d0ebe91 commit 62cfb4f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ private AuthCredentials extractCredentials0(final RestRequest request) {
}
}

// Return null for the authentication failure
return null;
}

Expand Down

0 comments on commit 62cfb4f

Please sign in to comment.