A software enterprise is redesigning access controls for its third-party developer API integration portal. Currently, after external developers authenticate through a legacy VPN connection, their sessions are implicitly trusted across internal staging systems. The enterprise wants to modernize this architecture to align with Zero Trust Architecture (ZTA) principles. Which of the following strategies best implements Zero Trust for these third-party developer connections?
- Deploy a Policy Decision Point (PDP) to continuously evaluate context and device posture, instructing a Policy Enforcement Point (PEP) to grant explicit, minimal access to specific API resources.Cevap
- BEstablish an internal trusted subnet for authenticated developer traffic, bypassing secondary authorization checks after initial VPN verification.
- CRely on strong multi-factor authentication at initial session login to automatically authorize all subsequent API endpoints for the duration of the token lifetime.
- DInstall high-throughput perimeter firewalls at the network edge to inspect packet payloads and block malicious traffic targeting backend staging servers.
Cevap
Deploying a Policy Decision Point (PDP) to continuously evaluate context and device posture, instructing a Policy Enforcement Point (PEP) to grant explicit, minimal access to specific API resources.
Zero Trust Architecture relies on explicit verification, continuous dynamic evaluation, and least privilege access. Decoupling access control into a Policy Decision Point (PDP) that dynamically evaluates context (such as identity, threat intelligence, and device health) and directs a Policy Enforcement Point (PEP) to gate resource access embodies core NIST SP 800-207 Zero Trust principles.
Adım Adım Çözüm
Anahtar Kavram
Zero Trust Architecture Control Plane Decoupling and Continuous Explicit Verification