yoogail105 / KkokkoSwift

꼬리에 꼬리를 무는 swift 개념 정리
28 stars 0 forks source link

# OAuth 2.0 #63

Open yoogail105 opened 2 years ago

yoogail105 commented 2 years ago

OAuth 2.0

OAuth

OAuth 2.0 프로토콜 구성요소

image

⇒ 핵심은! ClientAuthorization server로부터 access token을 받고, 이 access token를 가지고 Resource server에 데이터를 요청하여, 원하는 데이터를 받음

yoogail105 commented 2 years ago

OAuth 2.0의 흐름과 허가 종류

*그림 출처: 🔗 OAuth 2.0 동작 방식의 이해

1. Authorization (code) grant

image

2. Resource owner password (credentials) grant

image

3. Client credentials grant

image

4. Implicit grant

image

🔖 참고