@Carlos Aguado Garcia Thanks for reaching out. From the description I understand that you’re having trouble with OAuth 2.0 authentication in your custom connector.
Make sure that the client ID, client secret, authorization URL, token URL, and refresh URL are all correct. These should match the settings of the OAuth 2.0 server that you’re trying to authenticate with.
The problem usually lies within the configuration of the custom connector or the third-party service you’re using. You can walk through the OAuth flow with the third-party service through Postman. Call the token endpoint using the same client ID, client secret, and redirect URI (if used) as the custom connector. Verify that the endpoint returns an access token.
please refer: https://learn.microsoft.com/en-us/connectors/custom-connectors/troubleshoot-oauth2#troubleshoot-the-oauth-flow
it may also be helpful to review the logs for your custom connector and the logic app to see if there are any error messages that can provide more information about the issue.
If you still observe the errors, I suggest you open a support ticket to our Azure Support team. They will help you in configuring Do you have a support plan for this subscription? If not, I can have a one-time free support ticket created to have this specific issue investigated. I will share the details in a separate message after you confirm.
Please let me know if you have any further queries.