How do I make the ProxySG pass the user's domain name upstream?
search cancel

How do I make the ProxySG pass the user's domain name upstream?

book

Article ID: 166130

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

  1. In the ProxySG Management Console, navigate to Configuration > Policy > Policy Files.
  2. Beside Install Local File from: select Text Editor and click Install.
  3. Copy and paste the following policy into the dialog, and click Install.
    <Proxy>
        action.ControlRequestHeader1(yes)
    define action ControlRequestHeader1
        set(request.x_header.username, "$(user.domain)\$(user.name)")
    end action ControlRequestHeader1
  4. In the confirmation dialog, click OK and close the dialog.
  5. Click Apply.

The HTTP header will include the user's domain name and send it to the upstream server or proxy. For example, username: domain\username