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.


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.