Courseiva
Authentication and VPNhardMultiple ChoiceObjective-mapped

NSE4 Authentication and VPN Practice Question

A FortiGate administrator is configuring ZTNA to secure access to an internal application. The administrator creates a ZTNA access proxy and a ZTNA rule. However, users connecting from the internet receive a 403 Forbidden error. The administrator verifies that the users are authenticated and the application is reachable. What is the MOST likely cause?

⚠ Common exam trap

Many candidates assume a 403 Forbidden is always due to firewall policy misconfiguration or authentication failure, but in ZTNA, it specifically indicates a posture compliance failure enforced by the ZTNA rule's tag requirement.

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The ZTNA rule requires a specific client posture tag that the users' devices do not have

The 403 Forbidden error in ZTNA typically indicates that the client device does not meet the required security posture. Even though users are authenticated and the application is reachable, the ZTNA rule enforces a specific client posture tag (e.g., antivirus enabled, OS patch level) via FortiClient telemetry. If the device lacks the required tag, FortiGate denies access with a 403, as the ZTNA access proxy validates both identity and device compliance before proxying traffic.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The firewall policy allowing traffic to the application is placed after a deny-all policy

    Why it's wrong here

    While ZTNA relies on firewall policies to permit the proxy-to-application connection, the placement of a deny-all policy above an allow policy would block the proxy from reaching the backend, typically resulting in connection timeouts or 502/504 errors from the proxy—not a 403 Forbidden. A 403 is an HTTP-level response generated by the access proxy's decision engine, not a network-level block, so the ZTNA rule itself must be the source of the denial.

  • The application's IP address is not included in the ZTNA access proxy's destination

    Why it's wrong here

    If the application's IP is omitted from the ZTNA access proxy's destination object, the proxy cannot route the request to the correct backend server. This misconfiguration would manifest as a 502 Bad Gateway or 504 Gateway Timeout because the proxy cannot establish an upstream connection, whereas a 403 indicates the request was received and understood but explicitly denied by the proxy's access control logic.

  • The ZTNA access proxy does not have a valid SSL certificate

    Why it's wrong here

    An invalid or missing SSL certificate on the ZTNA access proxy would prevent the client from establishing a secure TLS session with the proxy, resulting in browser certificate warnings, handshake failures, or errors like ERR_CERT_AUTHORITY_INVALID. Such failures occur before any HTTP request is sent, so the proxy never generates an HTTP status code; a 403 Forbidden can only be issued after a successful TLS handshake and HTTP request processing.

  • The ZTNA rule requires a specific client posture tag that the users' devices do not have

    Why this is correct

    A 403 Forbidden from a ZTNA access proxy typically means the proxy accepted the connection but the ZTNA rule's enforcement conditions were not satisfied. Specifically, if the ZTNA rule requires a client posture tag (e.g., 'OS-Updated' or 'Compliant') and the user's FortiClient does not report that tag, the proxy denies access, returning 403. This is the core posture-check mechanism of ZTNA, distinguishing it from network-level firewall rules or proxy-layer connectivity failures.

About these practice questions

One of 282 original NSE4 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This NSE4 practice question is part of Courseiva's free Fortinet certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the NSE4 exam.