LX0-104 · Question #199
Which one of the following is true about single sign-on?
The correct answer is A. Single sign-on is different than identity consolidation.. Single Sign-On (SSO) allows users to authenticate once to access multiple applications, which is distinct from identity consolidation, where multiple user identities are merged into one.
Question
Options
- ASingle sign-on is different than identity consolidation.
- BSingle sign-on requires sending the same credentials to several services.
- CSingle sign-on requires that the credentials for different services are distinct.
- DSingle sign-on requires a smartcard.
How the community answered
(39 responses)- A92% (36)
- B5% (2)
- C3% (1)
Why each option
Single Sign-On (SSO) allows users to authenticate once to access multiple applications, which is distinct from identity consolidation, where multiple user identities are merged into one.
Single Sign-On (SSO) is a mechanism that enables users to authenticate once and gain access to multiple independent software systems without re-entering credentials. Identity consolidation, while related, refers to the process of merging multiple disparate user identities into a single, unified identity store, which is a prerequisite or enabler for SSO but not SSO itself.
SSO aims to avoid sending the same credentials repeatedly to several services after the initial authentication; instead, it uses tokens or session management for subsequent access.
For effective SSO, credentials for different services often originate from a single identity provider and are thus unified, not distinct, from the user's perspective.
While smartcards can be used as an authentication factor within an SSO system, they are not a mandatory requirement for all SSO implementations.
Concept tested: Single Sign-On (SSO) definition
Source: https://learn.microsoft.com/en-us/azure/active-directory/hybrid/whatis-sso
Topics
Community Discussion
No community discussion yet for this question.