DEV Community

Ramiro for Auth0

Posted on • Updated on • Originally published at auth0.com

Using Machine to Machine (M2M) Authorization

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.

Read on 📠🗣💻

Using Machine to Machine (M2M) Authorization

Top comments (0)