Salesforce Certified Integration Architect — Question 19
A subscription-based media company’s system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve the subscriber experience through self-registration and single sign-on (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO? (Choose two.)
Answer options
- A. SAML SSO and Just-in-Time (JIT) provisioning
- B. OpenId Connect Authentication Provider and Registration Handler
- C. OpenId Connect Authentication Provider and JIT provisioning
- D. SAML SSO and Registration Handler
Correct answer: A, B
Explanation
The correct options A and B are necessary because SAML SSO enables seamless single sign-on experiences, while Just-in-Time (JIT) provisioning allows for immediate account creation during the authentication process. Options C and D do not meet the requirements since JIT provisioning is not paired with OpenId Connect in C, and D lacks JIT provisioning, which is crucial for instant access.