We are using a Juniper SA SSL VPN Appliance, version 7.1R9, to allow users VPN connections to the corporate network.
We have written a small program create that checks for common error (being connected to corporate network already, Internet connection not available, Hotspot registration required etc.). When everything is fine, the program will launch Internet Explorer with the URL that starts network connect directly (https://my-company/dana/nc/ncrun.cgi?launch_nc=1).
As we use domain login + OTP, the user has to enter his domain credentials manually; NC will not automatically insert them. It would be no problem for us to retrieve the user name in the program and add it as URL parameter.
However, I did not find anything inside the documentation how to achieve this. Is there really no option available or did I just fail at searching?