Hey thanks for your response!
So that is exactly what I am looking for as noted in the docs you sent. A client credentials grant where no human user is involved!
- For authorizing a Machine to Machine Application (a CLI, service or daemon where no user interaction is involved) Auth0 supports the Client Credentials grant (see Client Credentials Grant)
In our use case, a gateway proxy service will validate tokens. But many of our users will be other servers, who need to obtain a code/access token to make requests against this gateway proxy. Where I am confused by the client credential grant documentation is which Authorize endpoint can I request without being redirected to a client login in. As in, how can I receive a code for the /token endpoint without a client login?
Thanks for your time!
Liam