M2M Authentication from one to multiple services

We have a monitoring service that will be installed on several of our client’s servers.
We will have a dashboard application which needs to retrieve data from all the monitoring services.

The user will be authenticated on the dashboard app using username/password; no problem.
but the dashboard itself needs to be authenticated with an M2M token to call the different monitoring services.

What is the best practice to do this?

1 Like

Hey there @AnthonyDaSilva!

This does sound like an ideal use for M2M authorization - The way I see it is you could have 1 M2M application in Auth0 authorized for 3 different APIs (1 per service) registered in Auth0.

Thanks for your quick response.
This is exactly how we did it.

Thank you ^^

1 Like

Awesome! Thanks for confirming with the community :slight_smile:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.