Salesforce Certified Identity and Access Management Practice

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

Master the Salesforce Certified Identity and Access Management exam with our comprehensive quiz. Tackle multiple choice questions with hints and explanations. Prepare efficiently for your certification!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


Which two OAuth 2.0 flows can be used with Force.com Canvas?

  1. User-Agent OAuth Authentication Flow

  2. Refresh Token OAuth Authentication Flow

  3. Web Server OAuth Authentication Flow

  4. JSON Web Token (JWT) OAuth Authentication Flow

The correct answer is: Web Server OAuth Authentication Flow

The Web Server OAuth Authentication Flow is the correct answer because it allows a Canvas app to authenticate and obtain a session token without prompting the user for their credentials. The other options are incorrect because - User-Agent OAuth Authentication Flow: This flow requires the user to enter their credentials in a popup window, which is not ideal for a Canvas app. - Refresh Token OAuth Authentication Flow: This flow is used for obtaining new access tokens after the initial authentication. It is not the primary flow used for initial authentication in Canvas apps. - JSON Web Token (JWT) OAuth Authentication Flow: This flow is used for server-to-server integration and is not suitable for Canvas apps, which are user-facing applications.