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:
- Currently fwd proxy can’t be enabled from the Admin UI.After setting all other parameters (proxy URLs, service URL, certificate), update
ibm-wlFwdProxy=TRUEfrom 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" - Update HTTP service configuration as below using SafeLinx Administrator client:
- Select
HTTP 401 basic autherization challengein HTTP Access Service > Mode (tab) of SafeLinx Administrator client. - Select required Authentication profile, for validating user credentials.
- Set the Authorization token as
Proxy-Authorization. This is required as per proxy standards.
- Select
- SafeLinx will return response as
407 Proxy Authentication Requiredincase of failed authentication.