Courseiva
mediumMultiple ChoiceObjective-mapped

SSCP Practice Question: A cloud application uses OAuth 2.0 to authorize a…

A cloud application uses OAuth 2.0 to authorize a third-party app to access user data. What is the primary purpose of the access token issued by the authorization server?

⚠ Common exam trap

Many exam-takers confuse authentication with authorization, mistakenly believing the access token authenticates the user to the resource server, when in fact it only authorizes the client to access resources on behalf of the user.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

To grant the client application limited access to user's resources

In OAuth 2.0, the access token is a credential that represents the authorization granted to the client application by the resource owner. Its primary purpose is to allow the client to access specific, scoped resources on the resource server on behalf of the user, without exposing the user's credentials. This is defined in RFC 6749, where the token encapsulates the granted permissions and scope.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • To revoke the user's access to the client application

    Why it's wrong here

    Revocation is handled through token revocation endpoints or expiration; the token itself does not revoke access.

  • To encrypt data exchanged between client and resource server

    Why it's wrong here

    Encryption is provided by TLS; the access token does not directly encrypt data.

  • To grant the client application limited access to user's resources

    Why this is correct

    The access token contains scopes and is presented to the resource server to obtain access to protected resources.

  • To authenticate the user to the resource server

    Why it's wrong here

    Authentication of the user is typically done via OpenID Connect; OAuth 2.0 access tokens are for authorization, not authentication.

About these practice questions

Courseiva writes every SSCP question from scratch — 920 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SSCP practice question is part of Courseiva's free ISC2 certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SSCP exam.