Tenant creation

I aim to create a client credentials flow to grant access to my API.
My API has a dynamic url that uses the client name as part of the domain.
Question: Do I need to create a tenant per domain or is it possible to manage all domains identity under a single tenant?

Hi @gb88,

Welcome to the Auth0 Community!

First, could you please elaborate on how you are performing the client credentials flow?

And what do you mean by your API has a dynamic URL? Generally, when creating an API there is only the option to specify one identifier for that API.

Lastly, each Auth0 tenant has a default domain and has the option to create Custom Domains. However, you cannot manage multiple different custom domains on your tenant.

Looking forward to your reply.

Thanks.