Configuring Safelinx with Forward proxy authentication

SafeLinx can be configured as a forward proxy, so that it only allows the addresses mentioned in the proxy urls. Earlier it was only plain fwd proxy, authentication support for the same is now available.

To allow authentication for fwd proxy, below are the steps:

  1. Currently fwd proxy can’t be enabled from the Admin UI.
    After setting all other parameters (proxy URLs, service URL, certificate), update ibm-wlFwdProxy=TRUE from command line tool (chwg). For example, Command to enable it :
    chwg -l "cn=http-service01,cn=server,o=example,c=com" -a "ibm-wlFailover=TRUE"
  2. Update HTTP service configuration as below using SafeLinx Administrator client:
    1. Select HTTP 401 basic autherization challenge in HTTP Access Service > Mode (tab) of SafeLinx Administrator client.
    2. Select required Authentication profile, for validating user credentials.
    3. Set the Authorization token as Proxy-Authorization. This is required as per proxy standards.
  3. SafeLinx will return response as 407 Proxy Authentication Required incase of failed authentication.