CISSP · Question #1288
Which of the following terms BEST describes a system which allows a user to log in and access multiple related servers and applications?
The correct answer is C. Single sign-on (SSO). This question tests understanding of authentication frameworks that allow users to access multiple systems with a single login event. Single sign-on (SSO) is the term that best describes this capability.
Question
Which of the following terms BEST describes a system which allows a user to log in and access multiple related servers and applications?
Options
- ARemote Desktop Protocol (RDP)
- BFederated identity management (FIM)
- CSingle sign-on (SSO)
- DMulti-factor authentication (MFA)
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C93% (26)
Why each option
This question tests understanding of authentication frameworks that allow users to access multiple systems with a single login event. Single sign-on (SSO) is the term that best describes this capability.
Remote Desktop Protocol (RDP) is a proprietary Microsoft protocol used to remotely access and control a single desktop or server interface, not a system for managing authentication across multiple applications.
Federated Identity Management (FIM) is a broader framework that enables identity and authentication data to be shared across different organizational trust domains or enterprises, whereas the question describes a single-login-to-multiple-resources scenario which is more precisely SSO.
Single sign-on (SSO) is specifically designed to allow a user to authenticate once and then gain access to multiple related servers and applications without re-entering credentials. It works by issuing an authentication token after the initial login, which is then accepted by other systems within the same trust domain. This directly matches the scenario described of logging in once to access multiple related resources.
Multi-factor authentication (MFA) is a security mechanism that requires users to provide two or more verification factors to authenticate, which strengthens login security but does not itself enable access to multiple systems with a single login.
Concept tested: Single sign-on authentication across multiple applications
Source: https://learn.microsoft.com/en-us/azure/active-directory/manage-apps/what-is-single-sign-on
Topics
Community Discussion
No community discussion yet for this question.