I am trying to configure the client_credentials authentication method with the openid-connect plugin. My IdP (for example Auth0) requires that an audience form parameter is being sent when using the client_credentials authentication method so I have configured the config.audience parameter in the plugin configuration.
However, authentication still fails with the following error suggesting that the parameter is not being sent:
{“error”:”access_denied”,”error_description”:”Non-global clients are not allowed access to APIv1"}