Skip to main content
ychia
Staff
Staff
April 8, 2022

Technical Tip: Set up an ICAP header

  • April 8, 2022
  • 0 replies
  • 1011 views
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