Multiple clients to one audience

Hello,

I currently developing a service, which can generate a client (webapp). There is one API where each client can request and so I’m facing the challenge to dynamically add a new client.

Is there any limits to client per tenant ? Scalability-wise if I have one million clients, I don’t think Auth0 can handle it well.

If it’s a bad architecture design, how can I handle several clients authentication to one audience ?

Thank you.
Regards
Eric

Hi Eric,

There are entity limits on Self Service and Free subscriptions as detailed here, which include Applications (Clients): Entity Limit Policy

We also support dynamic client registration, which may help your use case - https://auth0.com/docs/applications/dynamic-client-registration

I’m not certain I understand your use case from what you’ve mentioned, but these docs may help you with the design to fit better into Auth0:

Kind regards,
Steve

2 Likes