Created on
12-31-2025
07:50 AM
Edited on
01-02-2026
01:23 AM
By
Jean-Philippe_P
| Description |
This article describes how to allow a particular domain to bypass the Explicit Proxy Authentication process. |
| Scope | FortiGate. |
| Solution |
Consider a situation where the domain (e.g., www.example.com) should be exempted from Explicit Proxy Authentication. To accomplish the goal, follow these steps:
config firewall address edit "example_com" set type fqdn set fqdn "www.example.com" next end
config authentication rule edit "no_authentication" set srcaddr "all" set dstaddr "example_com" set ip-based disable next end
config authentication rule move "no_authentication" before “kerberos_rule” end
config firewall proxy-policy edit 20 set name "no_authentication" set srcaddr "all" set dstaddr "example_com" set action accept set service "webproxy" next end
Result: The traffic to the domain (www.example.com) will be allowed to bypass the explicit proxy authentication. |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2026 Fortinet, Inc. All Rights Reserved.