Zero Trust Network Access (ZTNA) is an access control method that uses client device identification, authentication, and security posture tags to provide role-based application access.
The FortiNet ZTNA solution consists of three key components, including FortiClient EMS, FortiClient application, and FortiGate serving as the application gateway.
This video demonstrates how to set up the Fortinet Zero Trust Network Access (ZTNA) system, as well as how to configure access proxy functionality.
The video does not include proxy-policy. Below is an example of basic configuration.
config firewall proxy-policy
edit 0
set proxy access-proxy
set access-proxy "ztna_server_http1"
set srcintf "any"
set srcaddr "all"
set dstaddr "all"
set action accept
set schedule "always"
next
end
Chapters:
00:00: Introduction of ZTNA architecture
00:24: Topology of the experiment
00:47: Set up ZTNA environment
03:13: Configure access proxy on CLI
04:15: GUI configuration