Customer is looking to limit the number of token requests on a client by client basis. The intention is to ensure no single client can consume the rate limit for a particular api.
I can’t see any options to limit from the UI. I can see that M2M does trigger the Login flow, so I have options in Actions.
https://auth0.com/docs/customize/actions/flows-and-triggers/machine-to-machine-flow
This post talks to monitoring global endpoint usage.
https://community.auth0.com/t/how-to-tell-if-you-are-approaching-the-rate-limit/82103
What I don’t have is an approach to introducing a per client limit. Any thoughts here would be appreciated.