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.


How does Salesforce ensure security in OAuth tokens?

  1. Must be protected from interception (via Transport Layer Security: TLS)

  2. Have a longer lifetime than authorisation codes

  3. Are a type of OAuth token, known as the Session ID

  4. Are used to make authenticated requests FOR the user

The correct answer is: Must be protected from interception (via Transport Layer Security: TLS)

OAuth tokens must be protected from interception using Transport Layer Security (TLS) to ensure security. TLS encrypts the communication between the client and the server, preventing unauthorized access to the OAuth tokens. Option B, a longer lifetime for authorization codes, does not affect the security of the OAuth tokens. Option C is incorrect because session IDs are not a type of OAuth token. Option D is incorrect because OAuth tokens are used to make authenticated requests on behalf of the user, not for the user.