Salesforce Certified Identity and Access Management Practice

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

Question: 1 / 75

How does Salesforce ensure security in OAuth tokens?

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.

Have a longer lifetime than authorisation codes

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

Are used to make authenticated requests FOR the user

Next

Report this question