OAuth 2.0:?
- The API Gateway can be integrated with OAuth 2.0 to authenticate incoming
requests by verifying the OAuth token.
- Example: Check for a valid JWT token passed in the request header
(Authorization: Bearer <token>).
requests by verifying the OAuth token.
(Authorization: Bearer <token>).