nerdexam
(ISC)2

CISSP · Question #209

An organization has decided to contract with a cloud-based service provider to leverage their identity as a service offering. They will use Open Authentication (OAuth) 2.0 to authenticate external…

The correct answer is A. An access token. In OAuth 2.0, end users authenticate by presenting an access token, not raw credentials, to access protected resources through a delegated authorization framework.

Submitted by helene.fr· Mar 5, 2026Identity and Access Management

Question

An organization has decided to contract with a cloud-based service provider to leverage their identity as a service offering. They will use Open Authentication (OAuth) 2.0 to authenticate external users to the organization's services. As part of the authentication process, which of the following must the end user provide?

Options

  • AAn access token
  • BA username and password
  • CA username
  • DA password

How the community answered

(35 responses)
  • A
    89% (31)
  • B
    3% (1)
  • C
    3% (1)
  • D
    6% (2)

Why each option

In OAuth 2.0, end users authenticate by presenting an access token, not raw credentials, to access protected resources through a delegated authorization framework.

AAn access tokenCorrect

OAuth 2.0 is a delegated authorization framework where the end user (or client application acting on their behalf) presents an access token to access protected resources. The access token is issued by the authorization server after the user has authenticated through whatever mechanism the identity provider requires, and this token - not raw credentials - is what is presented to the resource server to prove authorization.

BA username and password

While a username and password may be used to authenticate to the identity provider (IdP) to obtain a token, OAuth 2.0 itself does not define credentials as the artifact presented to the resource/service - the access token is the mechanism OAuth 2.0 specifies for end-user authorization.

CA username

A username alone is insufficient for authentication under any standard protocol, and OAuth 2.0 specifically uses access tokens - not usernames - as the credential artifact presented to access protected services.

DA password

A password alone is not a valid authentication artifact in OAuth 2.0; the protocol is designed specifically to avoid passing raw credentials (like passwords) to resource servers by using access tokens instead.

Concept tested: OAuth 2.0 access token-based delegated authorization

Source: https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-auth-code-flow

Topics

#OAuth 2.0#identity as a service (IDaaS)#access token#authentication protocols

Community Discussion

No community discussion yet for this question.

Full CISSP Practice