Securing a REST API for multiple SAAS users

thanks @john.gateley and @chrisw, much appreciated.
I’ve managed to create a M2M client by calling Auth0 Management API v2
One last question, how do I authorise it against my API?, if I look at the list of APIs for the added account in the dashboard none of them are authorised
I guess I need to do the following with the management api?
“You can authorize this application to request access tokens for these APIs by executing a client credentials exchange.”
Or maybe I missed a param on creating my Client credentials app in the first place.

1 Like