인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

tlsdnr11353198's profile image
tlsdnr11353198

asked

Spring Security

ExceptionTranslationFilter

AuthenticationException은 어떤 경우에 발생하는지

Written on

·

477

0

AccessDeniedException은 예시를 보여주셔서 예외가 발생하는 경우를 알겠는데

AuthenticationException은 어떤 경우에 발생하는지

잘 모르겠습니다 ㅜㅜ

springjava

Answer 1

0

whiteship님의 프로필 이미지
whiteship
Instructor

자바독(Abstract superclass for all exceptions related to an Authentication object being invalid for whatever reason.)에 따르면 어떠한 이유로 인해서든, 인증 객체가 유효하지 않은 경우에 언제든 던질 수 있는 예외인데요. 스프링 시큐리티 내부에서 인증에 실패하면 기본적으로 이 예외가 발생합니다.

tlsdnr11353198's profile image
tlsdnr11353198

asked

Ask a question