CAS-002 · Question #69
Which of the following is a security advantage of single sign-on? (Select TWO).
The correct answer is A. Users only have to remember one password. D. Less time and complexity removing user access. SSO provides two clear security advantages selected here. First, users only need to remember one password (A): this reduces the tendency to write down passwords, reuse weak passwords across systems, or choose easily guessable credentials for lesser-used systems. Fewer passwords…
Question
Which of the following is a security advantage of single sign-on? (Select TWO).
Options
- AUsers only have to remember one password.
- BApplications need to validate authentication tokens.
- CAuthentication is secured by the certificate authority.
- DLess time and complexity removing user access.
- EAll password transactions are encrypted.
How the community answered
(57 responses)- A91% (52)
- B5% (3)
- C2% (1)
- E2% (1)
Explanation
SSO provides two clear security advantages selected here. First, users only need to remember one password (A): this reduces the tendency to write down passwords, reuse weak passwords across systems, or choose easily guessable credentials for lesser-used systems. Fewer passwords means a reduced attack surface for credential-based attacks. Second, SSO significantly reduces the time and complexity of removing user access (D): when an employee is terminated or changes roles, administrators revoke a single SSO account rather than hunting down and disabling accounts across dozens of individual systems - reducing the window of unauthorized access. Answer B (applications validating tokens) is a technical requirement of SSO, not a security benefit. Answer C (CA securing authentication) is not inherent to all SSO implementations. Answer E (encrypted password transactions) is not universally true of all SSO systems.
Topics
Community Discussion
No community discussion yet for this question.