Launch the Command Line Client

Use the following command to launch command line client:
/opt/pulsesecure/bin/pulselauncher [-U signinUrl] [-r realm] [-l role] [-c cert] [-u username] [-p password]

Example:
/opt/pulsesecure/bin/pulselauncher -U https://10.209.118.244 -u user1 -p PulseSecure -r User-Realm -l User-Role

If the connection already exists in the connection store, the Client Launcher launches the connection, else, adds as a new connection and then launches. Client Launcher supports both silent and interactive modes. User can exclude the password option and enter when prompted during authentication phase.

If only one Certificate is installed or only one User Role or User Realm is configured, it is treated as default and authentication continues, otherwise the user is prompted to enter the details. If the user enters wrong certificate/Role/Realm, first one in the list sent by ICS server is selected and authentication proceeds.

Embedded Browser based scenarios like custom sign-in and SAML do not support launching through CLI.