When using PAN-OS as an Explicit Web Proxy , you typically configure authentication (e.g., using Kerberos or SAML) to identify users connecting through the proxy. However, certain devices on the network, such as printers, IoT devices, or servers initiating outbound web requests, cannot respond to interactive authentication prompts or handle client certificates/PAC files.
To ensure these essential devices can still function correctly when their traffic is directed through the explicit proxy, you need to configure Authentication Exemptions . These exemptions allow traffic matching specific criteria (source IP, destination URL) to bypass the authentication requirement enforced by the proxy.
You can create up to 20 web proxy authentication exemptions within your Authentication Policy.
Alternatively, if you do not require *any* authentication for your explicit proxy traffic, you can Exclude All Explicit Proxy Traffic From Authentication globally (not covered here).
Create objects representing the traffic you want to exempt. You can exempt based on source, destination, or both:
Objects > Addresses
/
Objects > Address Groups
) containing the source IP addresses of the trusted devices (printers, servers, IoT devices) that should bypass authentication.
Objects > Custom Objects > URL Category
) containing the destination domains or specific URLs these devices need to access without authentication (e.g., update servers, specific internal web services accessed via proxy). Review
guidelines for URL category exceptions
.
Even though you are creating bypass rules, the Authentication Portal feature must be generally enabled for Authentication Policy rules to be processed. Configure it under
Device > Setup > Management > Authentication Settings > Authentication Portal
(refer to
Configure Captive Portal/Authentication Portal documentation
if needed, though the portal itself might not be actively used if all traffic is exempt or uses other auth methods).
Policies > Authentication
.
Add
or edit an existing rule that applies to your explicit proxy traffic.
Place this exemption rule ABOVE your standard authentication enforcement rule(s) for the proxy.
Policies > Authentication
and confirm a checkmark appears in the
Bypass Web Proxy Authentication
column for your exemption rule.
show counter global name ctd_eproxy_skip_auth_url_match
show counter global name flow_swg_ep_kerberos_skip_auth
For the PCNSE exam, concerning Explicit Proxy Authentication Exemptions:
Policies > Authentication
).