CV0-002 · Question #497
An organization just went through a substantial audit, and the top findings were orphaned and inactive privileged accounts. Given the scenario, which of the following would be the BEST method for addr
The correct answer is A. SSO with federation integration. To address orphaned and inactive privileged accounts found in an audit, implementing SSO with federation integration is the most comprehensive solution for managing account lifecycles.
Question
An organization just went through a substantial audit, and the top findings were orphaned and inactive privileged accounts. Given the scenario, which of the following would be the BEST method for addressing these findings?
Options
- ASSO with federation integration
- BACLs and permissions verification
- CMultifactor authentication
- DTime-bound, just-in-time account provisioning
How the community answered
(38 responses)- A66% (25)
- B18% (7)
- C5% (2)
- D11% (4)
Why each option
To address orphaned and inactive privileged accounts found in an audit, implementing SSO with federation integration is the most comprehensive solution for managing account lifecycles.
SSO with federation integration allows for centralized identity management. When integrated with automated provisioning (e.g., SCIM), changes to an account's status (deactivation, deletion) in the central identity provider are automatically propagated to all federated applications, ensuring accounts are deprovisioned and do not become orphaned or remain active when they shouldn't be.
ACLs and permissions verification manage *what* accounts can do, not whether the accounts themselves should exist or are active.
Multifactor authentication enhances the security of active accounts but does not address the problem of orphaned or inactive accounts.
Time-bound, just-in-time account provisioning is a valuable strategy for privileged access management to reduce standing privileges, but it does not provide the comprehensive lifecycle management across all accounts that federation offers for preventing orphaned and inactive accounts broadly.
Concept tested: Identity and Access Management (IAM) lifecycle
Source: https://learn.microsoft.com/en-us/azure/architecture/guide/identity/federated-identity
Topics
Community Discussion
No community discussion yet for this question.