본문 바로가기
IT 개발, develop/java

스프링 시큐리티 개념 잡기

by newly everyday 2019. 4. 3.

스프링 시큐리티의 개념을 잡으려고 한 3주를 구글링을 한 것 같다.

 

대강 아래 내용을 따라가다면 대강이라도 개념을 잡을 수 있다.

 

정리한 분들에게 감사~ ^^;


- 개념잡기
https://sjh836.tistory.com/165

- 인증 절차 이해
https://minwan1.github.io/2017/03/25/2017-03-25-spring-security-theory/
https://brunch.co.kr/@sbcoba/11

   * 참고 : ThreadLocal : https://javacan.tistory.com/entry/ThreadLocalUsage

 

- 구현해보기
https://offbyone.tistory.com/88

- 기타 : 유튜브 보며 구현해보기

https://www.youtube.com/watch?v=LrbfYYCCStM

 

 

참고)

스프링 필터 DelegatingFilterProxy 에 대한 이해

Manage your filters with Spring using DelegatingFilterProxy

http://targetveb.com/manage-filters-spring-using-delegatingfilterproxy.html

 

SecurityContextHolder 도 결국 세션에 저장됨  
https://jekalmin.tistory.com/entry/spring-security-SecurityContext-%EA%B0%80%EC%A0%B8%EC%98%A4%EA%B8%B0 

 

 

 

댓글