Hi,
We continue to have authentication problems with OAuth Custom Connector, as mentionned in this post we encounter issue when we are trying to use OAuth Generic Connector.
https://powerusers.microsoft.com/t5/Building-PowerApps-Formerly/When-using-Oauth2-generic-connector-AADSTS90014-The-request-body/m-p/380597#M110448
Se we tried to use the Azure active directory connector, but we found out new issue. This time the connection was created successfully, but when we try to call our api we receive a generic error.
See screenshots below :



When we are trying our api we receive from the connector Test Page :
You do not have permission to view this directory or page.
I checked the bearer token sent to the Api and it seems that it doesn't send the good audience in the bearer token :

When we are getting the token from PostMan the audience is the ressource the token is intented for.

What am I missing ? Or do I misunderstand something ?
Thanks.