-
[OAuth2.0]OAuth2.0를 구성하고 있는 주요 4가지 객체개발 2021. 1. 9. 12:48728x90
- resource owner(자원 소유자)는 protected resource(보호된 자원)에 접근하는 권한을 제공
- resource server(자원 서버)는 access token을 사용해서 요청(request)을 수신할 때, 권한을 검증한 후 적절한 결과를 응답
- client(클라이언트)는 resource owner(자원 소유자)의 protected resource(보호된 자원)에 접근을 요청을 하는 애플리케이션(application)
- authorization server(권한 서버)는 client(클라이언트)가 성공적으로 access token을 발급받은 이후에 resource owner(자원 소유자)를 인증하고 obtaining authorization(권한 부여)를 한다.
자세한 내용 :
내 맘대로 OAuth 2.0 정리!
'개발' 카테고리의 다른 글
[weblogic]please increase the size of the pool and retry.. (0) 2021.01.09 [weblogic]please increase the size of the pool and retry.. (0) 2021.01.09 [OAuth2.0]OAuth2.0를 구성하고 있는 주요 4가지 객체 (0) 2021.01.09 [TensorFlow.js]참고내용 (0) 2021.01.09 [C#]중복실행방지 예제 (0) 2020.12.23