Azure DevOps extension - client id issue

Hi

We are experimenting with the extension that allows to deploy to Auth0 using Git (Azure DevOps git).
This connection is working great at our end, but there is a functional issue.
The extension allows to also specify grants (which client can connect to which API with which scopes) or to link a client to a connection.
This requires to have the client ID in the json definition file, which you can do of course.

But when you have your git project going from a development tenant to a validation and finally production tenant, this is no longer valid as the client ID changes.

How would we overcome this issue?

Also, there is a lack of support in the extension on roles unfortunately, making it not usable to do everything towards Auth0 from GIT