Hello, in my previous post I was after an invitation system using the Auth0 framework, but in the end we decided to manage the invites ourselves. We’ve set up our API as a regular web app, and i’m trying to get a client credentials token for it through the pre-register web hook to authenticate the hook for the check for pending invites on our API, which is configured with Post Token Endpoint Authentication Method . I’ve tried creating a seperate API to represent the Auth0 hooks and use those client credentials to get a jwt but I’m always faced with 401 errors. Could you tell me what the proper way to set this up on the Auth0 dashboard and what a proper request to the token endpoint would like like because I’m having issues finding the solution.
Thank you