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 most likely cause of authentication failure is that the OAuth provider profile is not linked to the REST message. Without this linkage, the authentication configuration is not applied. Option A is incorrect because base64 encoding of the client secret is not a requirement for OAuth.
Option C is incorrect because the grant_type parameter is sent in the request body, not in the URL. Option D is incorrect because although POST is the correct HTTP method for token requests, the method itself is not the likely cause of authentication failure.