We would like to prevent duplicate client (app) names to prevent user confusion: there’s no reason why two apps should have the same name, since this is confusing to both the Auth0 Admins and in the Universal Login Screen.
Is there a way to configure this to prevent duplicate client names? It would be good if Auth0 would prevent this.
If we can’t prevent duplicate client names, we can use the Auth0 Management API. Is there a way to search clients by client_name or do we need to traverse the entire list of clients?