Skip to content

Commit

Permalink
Return null for obo authenticator
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Oct 11, 2023
1 parent 0cc1896 commit 07be8e1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ private AuthCredentials extractCredentials0(final SecurityRequest request) {

} catch (WeakKeyException e) {
log.error("Cannot authenticate user with JWT because of ", e);
return null;
} catch (Exception e) {
if (log.isDebugEnabled()) {
log.debug("Invalid or expired JWT token.", e);
Expand Down

0 comments on commit 07be8e1

Please sign in to comment.