I would like to clarify the limitation on machine to machine authentication for free plan.
The pricing page says the free plan allows “Up to 1,000” of machine to machine authentication.
What exactly does this “1,000” mean for? Is it number of access tokens Auth0 can offer for client credential exchange per month? Or we can define 1,000 applications for machine to machine?
I wanted to also know how I can check the current number of machine to machine authentication I have used, to see when I would hit the limitation.
HI @j.makishi.
The “1,000” number refers to the number of tokens issued. You can check the number of tokens issued at Auth0 Support Center. Note that Support Center might report that you have “0” as the limit, but the actual number is 1,000.
Does this limit counts token issued for Management API ?
Looks we can call Management API in Rule but I am wondering if the auth0.accessToken given in a Rule is a token counted for the limit.
If this is the case, we will not be able to use Management API in Rule in Developer subscription, correct?
Found that there is already a description in Support Center’s Quota Utilization page. My bad, I couldn’t find it before asking the question…
Number of access tokens issued by Auth0 for the client credentials grant, per calendar month, per tenant. Tokens issued for Auth0 Management API or other Auth0 built in APIs are not counted.