Client Credentials Authentication via Pre-register Auth0 hook

Hi @Orfen ,

You will treat your pre-reg hook as a M2M application.

If you have already done this, you may just need to authorize your M2M application to request tokens for your API. You can do that by going to your M2M application settings, APIs, and toggling your API to Authorized.

A similar flow is described in this FAQ. How do I call my API from a rule?