One of my customer needs to use https://auth0.com/ as OAuth 2.0 security provider for his custom connector.
auth0 Authorization code flow request an audience parameter : https://auth0.com/docs/api/authentication#authorization-code...
for unique identifier for the API.
According to our OAuth 2.0 generic provider, this parameter is not available.
Is there a way to add custom parameter when authorization code flow is executed? maybe is swagger description of CC.