Certified Identity and Access Management Designer Exam QuestionsBrowse all questions from this exam

Certified Identity and Access Management Designer Exam - Question 17


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.)

Show Answer
Correct Answer: BC

To build an authenticated Customer Community without storing customer credentials in Salesforce, UC can leverage social media credentials for authentication. Configuring an Authentication Provider allows the integration of social media accounts like LinkedIn, enabling customers to use their existing credentials. Additionally, creating a custom Apex Registration Handler facilitates the management of authenticated users, both new and existing, ensuring a seamless user experience.

Discussion

3 comments
Sign in to comment
ahdamniusOptions: AB
May 22, 2023

Since Credentials are not to be stored in Salesforce, C cannot work. D is only for external IdPs, not for social media credentials

FriedConsole2000Options: BC
Mar 19, 2024

"A" is wrong. You don't configure it as SSO

Sammy2320Options: BD
Jun 6, 2024

A is not correct as Facebook will be configured as Auth Provider not IDP. IDP needs to be an internal system not external. D is not correct for the same reason and Delegated auth can be SOAP only.