Salesforce Certified Identity and Access Management Designer — Question 3
Universal Containers (UC) is successfully using Delegated Authentication for their Salesforce users. The service supporting Delegated Authentication is written in Java. UC has a new CIO that is requiring all company web services be REST-ful and written in .Net.
Which two considerations should the UC Architect provide to the new CIO? (Choose two.)
Answer options
- A. Delegated Authentication will continue to work with REST services.
- B. Delegated Authentication will continue to work with a .Net service.
- C. Delegated Authentication will not work with REST services.
- D. Delegated Authentication will not work with a .Net service.
Correct answer: B, C
Explanation
The correct answer is B and C. Delegated Authentication is compatible with Java but does not inherently support REST services, which means that while it can work with a .Net service if properly implemented, it will not function with RESTful services. Therefore, options A and D are incorrect.