I am trying to create an OAuth 2.0 connection in APIM that connects to Salesforce OAuth provider. I have tried the Salesforce OAuth request in Postman and it works fine but when it comes to APIM the API request itself is not taking the OAuth authorization.
I am able add the authorization request in the policy and access the bearer token but I am trying to clean up things and abstract it as much as possible. Has anyone successfully connected to a third party OAuth provider in Azure api management portal.
Thank you.