nerdexam
(ISC)2

CISSP · Question #614

For a federated identity solution, a third-party Identity Provider (IdP) is PRIMARILY responsible for which of the following?

The correct answer is C. Authentication. In a federated identity solution, the third-party Identity Provider (IdP) is primarily responsible for authenticating the user and issuing identity assertions (such as SAML tokens or OIDC tokens) to the relying party. The relying party then uses those assertions to make its own…

Submitted by kim_seoul· Mar 5, 2026Identity and Access Management

Question

For a federated identity solution, a third-party Identity Provider (IdP) is PRIMARILY responsible for which of the following?

Options

  • AAccess Control
  • BAccount Management
  • CAuthentication
  • DAuthorization

How the community answered

(37 responses)
  • A
    5% (2)
  • B
    3% (1)
  • C
    92% (34)

Why each option

In a federated identity solution, the third-party Identity Provider (IdP) is primarily responsible for authenticating the user and issuing identity assertions (such as SAML tokens or OIDC tokens) to the relying party. The relying party then uses those assertions to make its own access and authorization decisions.

AAccess Control

Access Control is a policy enforcement function performed by the relying party or SP, not the IdP; the IdP only provides identity claims, not resource-level access decisions.

BAccount Management

Account Management (provisioning, deprovisioning, password resets) is an administrative function typically handled by the organization's directory service or HR system, not the federated IdP's primary role.

CAuthenticationCorrect

In federation, the IdP's core function is to verify the user's identity (authentication) and issue a signed assertion or token (e.g., SAML assertion, JWT) that vouches for that identity to the Service Provider (SP) or relying party. The IdP does not control what resources the user can access - it only attests to who the user is, making authentication its primary responsibility.

DAuthorization

Authorization - determining what an authenticated user is permitted to do - is the responsibility of the Service Provider or resource server, which consumes the IdP's identity assertion to make its own access decisions.

Concept tested: Role of Identity Provider in federated identity

Source: https://learn.microsoft.com/en-us/azure/active-directory/develop/federation-metadata

Topics

#federated identity#identity provider#authentication#SSO

Community Discussion

No community discussion yet for this question.

Full CISSP Practice