Salesforce Certified Identity and Access Management Designer — Question 5
Universal Containers (UC) wants to implement Delegated Authentication for a certain subset of Salesforce users.
Which three items should UC take into consideration when building the web service to handle the Delegated Authentication request? (Choose three.)
Answer options
- A. The web service can be written using either the SOAP or REST protocol.
- B. UC should whitelist all Salesforce IP ranges on their corporate firewall.
- C. The web service needs to include SourcelP as a method parameter.
- D. The return type of the web service method should be a boolean value.
- E. Delegated Authentication is enabled for the System Administrator profile.
Correct answer: A, C, D
Explanation
Option A is correct because the web service can indeed be implemented using either SOAP or REST. Option C is correct as including SourcelP as a parameter is necessary for the authentication process. Option D is also correct because the web service must return a boolean to indicate success or failure. Options B and E, while relevant to the overall setup, do not directly pertain to the web service's implementation for Delegated Authentication.