Hi there,
I am creating a m2m client via REST API, using the POST /api/v2/clients
endpoint.
I also have two auth0 connections configured (database connection and Azure AD enterprise connection).
After my m2m client gets created successfully, the client gets enabled for all my auth0 connections.
Is there a way to prevent my client to be enabled for those connections? I don’t need this behavior and I don’t want it because as a result I receive diffs in my terraform execution plan.
Thanks for your help