- It’s an open protocol that authorizes a client app to access data from a protected resource through the exchange of tokens
- request access to protected resource
- In response-server grants access token
- validate token and access granted
- Different OAuth Flows
- Web Server Flow
- User Agent Flow
- JWT Bearer token flow
- Device Flow for IOT
- Asset token flow
- Refresh token flow
- Username and Password Flow
- SAML Bearer Assertion Flow
Leave a comment