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 ?