Salesforce users need to read data from an external system via an HTTP request. Which two security methods should an integration architect leverage within Salesforce to secure the integration? (Choose two.)
Two-way SSL enhances security when making HTTP requests because the target can verify the requestor as well as the requestor verifying the target. First, generate a certificate then integrate this into the APEX code.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_client_certs.htm
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_client_certs_http.htm
Authentication Provider is also necessary but the answer says Authorization Provider, which may be a trick
When we are using the named credentials we need to user Authentication Provider to be configured.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_callouts_named_credentials.htm
Technically you can create named credentials without any auth. provider if you choose other options like password authentication. But the one thing that is certain is a named credentials is needed. So answer should be A & D.
upvoted 1 times
...
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
StarlightWalker
1 year, 6 months agoNoSpamInWinter
1 year, 7 months agoSFDCArchitecture
1 year, 9 months agohajareethwan
11 months, 1 week ago