220-1002 · Question #113
Which of the following security methods BEST describes when a user enters a username and password once for multiple applications?
The correct answer is A. SSO. Single Sign-On (SSO) is the authentication method that allows a user to authenticate once and gain access to multiple applications without re-entering credentials.
Question
Which of the following security methods BEST describes when a user enters a username and password once for multiple applications?
Options
- ASSO
- BPermission propagation
- CInheritance
- DMFA
How the community answered
(63 responses)- A87% (55)
- B2% (1)
- C3% (2)
- D8% (5)
Why each option
Single Sign-On (SSO) is the authentication method that allows a user to authenticate once and gain access to multiple applications without re-entering credentials.
SSO works by issuing an authenticated session token after one successful login; that token is then accepted by all integrated applications, eliminating repeated credential prompts while centralizing identity verification through a trusted identity provider.
Permission propagation refers to the automatic inheritance of access rights from parent objects to child objects in a directory or file system, not to authentication across applications.
Inheritance in security contexts describes how permissions flow from parent to child resources; it is an access control concept unrelated to how users authenticate across multiple applications.
MFA (Multifactor Authentication) requires a user to present multiple verification factors during login and does not address reducing repeated logins across multiple systems.
Concept tested: Single Sign-On (SSO) authentication concept
Source: https://learn.microsoft.com/en-us/entra/identity/enterprise-apps/what-is-single-sign-on
Topics
Community Discussion
No community discussion yet for this question.