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 requirement should the Salesforce Community Cloud support for self-registration and SSO?
Select an option, then click Submit answer.
Reference / correct answer:
OpenId Connect Authentication Provider and Registration Handler
Most accepted answer: A. OpenId Connect Authentication Provider and Registration Handler
Community votes: A=1, C=1
Selected Answer: A To my knowledge JIT provisioning is only supported for SAML authentication. So option A should be correct upvoted 3 times
Selected Answer: C Based on the requirements of self-registration and SSO with instant access to Salesforce Community Cloud, Option B: OpenId Connect Authentication Provider and JIT provisioning is the best fit. It provides a seamless integration with the IAM system, supporting immediate access for new users without requiring custom registration handling. upvoted 1 times b948fa7 1 year, 4 months ago SAML SSO does not work with registration handlers, but with JIT user provisioning. Sources: https://help.salesforce.com/s/articleView?id=sf.sso_jit_about.htm&language=en_US&type=5 https://help.salesforce.com/s/articleView?id=xcloud.sso_provider_openid_connect.htm&type=5 upvoted 1 times ...
SAML SSO does not work with registration handlers, but with JIT user provisioning. Sources: https://help.salesforce.com/s/articleView?id=sf.sso_jit_about.htm&language=en_US&type=5 https://help.salesforce.com/s/articleView?id=xcloud.sso_provider_openid_connect.htm&type=5 upvoted 1 times