To authenticate all HTTP sessions including non-browser applications such as cloud apps:
- Log in to IWSVA command line interface (cli) using the root account.
- Use vi editor to edit the /etc/iscan/intscan.ini file.
- Set the value of disable_app_www_authentication to “no”.
disable_app_www_authentication=no
-
Save the file.
-
Restart the HTTP daemon using the command below:
# /etc/iscan/S99ISproxy stop && /etc/iscan/S99ISproxy start
