Introduction
This diagram shows the successful authorization flow for a standard Web Application using the Authorization Code Grant defined in OAuth 2.0.
Flow Summary
| Grant Type | Authorization Code |
| User Authentication | Required |
| Browser Redirects | Yes |
| Refresh Tokens | Optional |
Typical Use Cases
- Web Applications with backend sessions
- Business and administrative portals
- Customer-facing SaaS platforms
- Applications calling protected APIs on behalf of Users
You can find the Quick Start guide for Web Application - Standard in the Mekarge A3 documentation.