Salesforce Certified Integration Architect — Question 62
Northern Trail Outfitters requires an integration to be set up between one of its Salesforce orgs and an External Data Source using Salesforce Connect. The External Data Source supports Open Data Protocol.
Which configuration should an integration architect recommend be implemented in order to secure requests coming from Salesforce?
Answer options
- A. Configure Special Compatibility for OData connection.
- B. Configure CSRF Protection for OData connection.
- C. Configure Identity Type for OData connection.
Correct answer: C
Explanation
The correct answer is C because configuring the Identity Type for OData connections helps verify the identity of the requester, enhancing security. Options A and B do not specifically address the security requirements for authenticating requests from Salesforce to the external data source.