ZPA grants access only after the request satisfies the authorization and security conditions in policy. This is core Zero Trust behavior: identity is verified, context is checked, device posture may be evaluated, and least-privilege rules determine whether a segmented private app is reachable. Option A (After passing criteria checks related to authorization and security) is correct because access is conditional on passing the defined criteria, not on merely initiating a connection.
Why the other options are incorrect:
B. Immediately upon connection request for best performance: Immediate access would skip the Zero Trust decision. ZPA first checks identity, context, posture, and policy before creating the private-app connection.
C. After a short delay of a random number of seconds: Random delay is not a security control in ZPA. Access is granted or denied predictably after the rule conditions are evaluated.
D. After verifying the user password inside of private application: The private application may still have its own login, but ZPA conditional access is decided before the user reaches that app. ZPA is the access broker, not the application password checker.
Submit