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
라 불린다.
1.5 Access Token
protected resource
을 접근할 때 사용되는 자격 인증서
1.6 Authorization Endpoint
client
가 user-agent
리디렉션을 통해 resource owner