OAuth2
1 용어 정리
1.1 Client
client는resource owner의protected resource에 접근을 시도하는 애플리케이션이다.protected resource에 접근하려면client는Resource Owner의 허가 즉access token이 필요하다.
1.2 Resource Server
resource owner의protected resource를 가지고 있는 API 서버이다.resource owner의protected resource를 접근하려면access token이 필요하다.
1.3 Authorization Server
client에게access token을 발급하는 서버resource server와 통합되어 있을 수 있다
1.4 Resource Owner
protected resource의 접근 권한을 줄 수 있는 사람end-user라 불린다.