Salesforce Certified Identity and Access Management Practice

Disable ads (and more) with a membership for a one time $4.99 payment

Study for the Salesforce Certified Identity and Access Management Exam. Utilize flashcards, multiple choice questions, and comprehensive explanations to prepare thoroughly. Get ready to ace your exam!

Practice this question and more.


What type of authentication is supported by Salesforce for single sign-on?

  1. HTTP Basic Authentication and Digest Authentication

  2. SAML and OAuth 2.0

  3. Kerberos and OpenID Connect

  4. JWT Tokens and LDAP Authentication

The correct answer is: SAML and OAuth 2.0

Salesforce supports SAML (Security Assertion Markup Language) and OAuth 2.0 for single sign-on (SSO), making this the correct choice. SAML is an open standard that allows identity providers to pass authorization credentials to service providers, enabling users to authenticate once and gain access to multiple applications without needing to repeatedly enter their credentials. This is particularly beneficial in enterprise environments where users often need access to a suite of applications. OAuth 2.0 is another widely used framework for access delegation that also allows users to authenticate with Salesforce through third-party providers. By leveraging OAuth 2.0, users can log into Salesforce using credentials from other platforms, enhancing user experience and security. Together, SAML and OAuth 2.0 provide robust mechanisms for implementing secure and user-friendly single sign-on experiences in Salesforce. Other options like HTTP Basic, Kerberos, OpenID Connect, JWT Tokens, and LDAP authentication, while valid protocols and standards in their own contexts, do not represent the specific offerings Salesforce supports for the purpose of SSO.