Salesforce Certified Identity and Access Management Designer — Question 6
Universal Containers (UC) is building an authenticated Customer Community for its customers. UC does not want customer credentials stored in Salesforce and is confident its customers would be willing to use their social media credentials to authenticate to the Community.
Which two actions should an Architect recommend UC to take? (Choose two.)
Answer options
- A. Configure SSO settings for Facebook to serve as a SAML Identity Provider.
- B. Configure an Authentication Provider for LinkedIn social media accounts.
- C. Create a custom Apex Registration Handler to handle new and existing users.
- D. Use Delegated Authentication to call the Twitter login API to authenticate users.
Correct answer: B, C
Explanation
Option B is correct because configuring an Authentication Provider for LinkedIn allows UC to authenticate users through their LinkedIn accounts, aligning with their desire not to store credentials. Option C is also correct as creating a custom Apex Registration Handler enables UC to manage user registrations effectively. Options A and D are not appropriate since they do not directly align with UC's requirement to focus on user social media authentication methods.