Technical Tip: Set up an ICAP header
| Description | This article describes how to set up an ICAP header as is necessary after a migration from Bluecoat to FortiProxy. |
| Scope | FortiProxy. |
| Solution | For a Websense integration for Authenticated users, the following content can be used:
config icap profile edit "default" config icap-headers edit 1 set name "X-Authenticated-User" --> This is for USER. set content "$auth_user_uri" set base64-encoding enable next edit 2 set name "X-Authenticated-Groups" --> This is for USER-GROUP. set content "$auth_group_uri" set base64-encoding enable next end next end |