A company uses IntegrationHub to connect to an external CRM. The OAuth provider record and REST message are configured. When testing, authentication fails. What is the most likely cause?
The OAuth profile must be associated with the REST message for authentication to work.
Why this answer
The OAuth provider profile must be linked to the REST message; otherwise, the authentication configuration is not applied. Option A is not required for client credentials. Option B: grant_type is in the body, not URL.
Option C: POST is correct for token endpoint.