Skip to main content

Auth0 FGA Subscription Plans

Free trial

The Auth0 FGA Free Trial helps you learn FGA authorization models and how to integrate them in your application with Auth0 FGA’s SDKs.

Creating a proof-of-concept application that uses Auth0 FGA can take anywhere from days to months, so the Auth0 FGA free trial is currently not time-limited. We reserve the right to limit the trial period in the future.

This free trial is governed by the free trial terms in Okta's Master Subscription Agreement. It does not have an SLA and support is provided through the Auth0 Community.

The free trial has the limitations detailed below. Rate limits are per store.

EntityLimit
WriteAuthorizationModel Rate10 requests per minute
ReadAuthorizationModels Rate30 requests per minute
Check & BatchCheck Rate*20 requests per second
Read Rate25 requests per second
Expand Rate30 requests per minute
Write Rate20 requests per second
ReadChanges Rate5 requests per second
ListObjects Rate10 requests per minute
ListUsers Rate10 requests per minute
Types per Model80
Number of Tuples per Write Transaction40
Total Number of Tuples50 thousand
Monthly Active Users100
Number of Stores10
Available RegionsUS, Europe and Australia
  • Each check sent in the checks array of BatchCheck applies to the overall Check rate limit.

Enterprise subscription

The Auth0 FGA enterprise subscription allows you to use the product in production under Okta's Master Subscription Agreement and Service Levels.

An enterprise contract is required to use Auth0 FGA; Auth0/Okta customers should contact their account executive for further details. If you are not an Auth0/Okta customer, you can contact Auth0/Okta here.

The limits for Auth0 FGA Enterprise are detailed below. Rate limits are per store. Higher limits can be requested by contacting an account executive or account manager, or by contacting us.

EntityLimit
WriteAuthorizationModel Rate10 requests per minute
ReadAuthorizationModels Rate30 requests per minute
Check & BatchCheck Rate*500 requests per second
Read Rate100 requests per second
Expand Rate30 requests per minute
Write Rate150 requests per second
ReadChanges Rate10 requests per second
ListObjects Rate20 requests per second
ListUsers Rate5 requests per second
Types per model80
Number of tuples per write transaction40
Total of number of tuples10 million, more available to purchase
Monthly Active UsersBased on your contract
Number of Stores20
Available AWS RegionsUS, Europe and Australia
  • Each check sent in the checks array of BatchCheck applies to the overall Check rate limit.

Private Cloud in AWS

Private Cloud is an add-on for the Auth0 FGA Enterprise subscription, that allows using Auth0 FGA per-customer dedicated infrastructure in several AWS regions.

EntityLimit
Rate LimitsBased on your contract
Types per model80
Number of tuples per write transaction40
Total of number of tuplesBased on your contract
Monthly Active UsersBased on your contract
Number of Stores20
Available AWS RegionsUS, Australia, Germany, Ireland, UK, France, Japan, India, Singapore and Brazil

Monthly active users calculation

Monthly Active Users are calculated based on the amount of different user field values that are sent to the Check and ListObjects API endpoints for each store over a one month period.

So the below will count as 6 unique users:

Check(user=user:anne, relation=can_view, object=document:1)
Check(user=user:beth, relation=can_view, object=document:1)
ListObjects(user=user:anne, relation=can_view, type=document)
ListObjects(user=user:carl, relation=can_view, type=document)
Check(user=user:*, relation=can_view, object=document:1)
Check(user=group:a#member, relation=can_view, object=document:1)
Check(user=employee:anne, relation=can_view, object=document:1)

Also note that MAU are counted per store, so the below will count as two distinct users:

Check(user=user:anne, relation=can_view, object=document:1) // store 1
Check(user=user:anne, relation=can_view, object=document:1) // store 2

Checking the current subscription level

The subscription level is displayed in the 'Manage Account' section of the Auth0 FGA Dashboard.

Auth0 FGA Dashboard

Sign up for an Auth0 FGA account.

Support

Learn where to find support for Auth0 FGA.

Have Feedback?

You can use any of our support channels for any questions or suggestions you may have.