FortiProxy
FortiProxy provides enterprise-class protection against internet-borne threats and Advanced Web Content Caching
ychia
Staff
Staff
Article Id 208749
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