nerdexam
(ISC)2

CCSP · Question #364

A user signs on to a cloud-based social media platform. In another browser tab, the user finds an article worth posting to the social media platform. The user clicks on the platform's icon listed on…

The correct answer is C. Identity federation. The scenario describes identity federation, where the user's authenticated session with one service (social media platform) allows a third-party website to act on their behalf without re-authentication. This enables seamless interaction between different services using a shared…

Submitted by omar99· Apr 18, 2026Cloud Application Security

Question

A user signs on to a cloud-based social media platform. In another browser tab, the user finds an article worth posting to the social media platform. The user clicks on the platform's icon listed on the article's website, and the article is automatically posted to the user's account on the social media platform. This is an example of what? Response:

Options

  • ASingle sign-on
  • BInsecure direct identifiers
  • CIdentity federation
  • DCross-site scripting

How the community answered

(40 responses)
  • A
    5% (2)
  • B
    5% (2)
  • C
    88% (35)
  • D
    3% (1)

Why each option

The scenario describes identity federation, where the user's authenticated session with one service (social media platform) allows a third-party website to act on their behalf without re-authentication. This enables seamless interaction between different services using a shared identity trust.

ASingle sign-on

Single sign-on (SSO) allows a user to log in once and access multiple related applications without re-authenticating, but the example describes interaction between a website and a social media platform, implying a broader trust relationship beyond just login.

BInsecure direct identifiers

Insecure direct identifiers relate to vulnerabilities where predictable identifiers can be exploited to access resources, which is unrelated to the described user experience.

CIdentity federationCorrect

This scenario exemplifies identity federation, where the social media platform acts as an Identity Provider (IdP) and the article's website acts as a Relying Party (RP). The user's existing authentication session with the IdP (social media platform) allows the RP to perform an action (posting the article) on behalf of the user, leveraging the established trust relationship and shared identity information.

DCross-site scripting

Cross-site scripting (XSS) is a type of web security vulnerability that allows attackers to inject malicious scripts into web pages viewed by other users, which is not what is happening in this secure-by-design interaction.

Concept tested: Identity federation and trust

Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-fed

Topics

#Identity Federation#Cloud Identity Management#Authorization#Third-Party Integration

Community Discussion

No community discussion yet for this question.

Full CCSP Practice