본 포스팅은 단순 기록용 포스팅입니다. 학습 자료가 필요하신분은 하단의 링크를 이용해주시면 됩니다. https://wonuk.tistory.com/156 Spring Security란? Spring Security란? '인증'과 '인가'를 제공하는것에 초점을 맞춘 프레임워크 입니다. 이전 포스팅 링크 https://wonuk.tistory.com/154?category=1025481 인증(Authentication)과 인가(Authorization)란 무엇인가.. wonuk.tistory.com 개요 Spring Security 스프링 기반의 어플리케이션의 보안을 담당하는 프레임워크 스프링 시큐리티의 역할 1. 인증(Authenticatio) : 애플리케이션의 작업을 실행할 수 있는 주체 2. 인가(Au..