What You Will Build
In this guide, you will configure Mekarge A3 to authenticate a backend application using OAuth 2.0.
Unlike browser-based login flows, the Client Credentials flow does not involve a user login. The backend application authenticates directly using its Client Credentials.
At the end of this tutorial:
- You will obtain Access Tokens as a backend application.
Quick Concepts
| Client | Represents an application that requests access to APIs |
| Resource | Represents a protected API |
| Scope | Represents a specific type of access on a Resource |
Read more about Architecture and Concepts in Mekarge A3 documentation.