gogunbuntu-study / Free-Topic

0 stars 0 forks source link

OAuth / JWT / 소셜로그인 (feat. Spring Security) #2

Open yoon-chaejin opened 1 year ago

yoon-chaejin commented 1 year ago

ISSUE

yoon-chaejin commented 1 year ago

OAuth 2.0 간단하게 이해하기 (Authorization Code Grant Type)

참고자료 : 생활코딩 - OAuth 2.0

Role (역할)

cf. 만약 발급받은 Access Token 이 만료된 경우, Client는 Refresh Token 을 가지고 Authorization Server로부터 다시 Access Token 을 발급받을 수 있음 (5단계를 다시 진행한 것)

yoon-chaejin commented 1 year ago

OAuth Authorization Grant (인증 방식)

yoon-chaejin commented 1 year ago

Spring Boot and OAuth2

참고자료 : Spring Boot and OAuth2 Tutorial

실습 순서

yoon-chaejin commented 1 year ago

What is SSO (Single Sign-On)?

yoon-chaejin commented 1 year ago

Filter / Interceptor / Thread Control (?)

yoon-chaejin commented 1 year ago

OAuth 방식의 보안 취약점