Many times, a secure, authorized communication channel between different parts of an autonomous system is required. Think of two backend services from different companies communicating through the internet. For these cases, OAuth 2.0 provides the client credentials grant flow.
In this post, we will take a look at how the client credentials grant from OAuth 2.0 can be used with Auth0 for machine to machine communications.
Top comments (0)