Launching Pulse Client using URL
Launching Pulse Client using URL feature enables the user to launch the Pulse Client using the admin prescribed URL. This feature is supported for Windows only.
Administrator creates a web URL (in a prescribed format), and provides it to the user in the following ways:
•URL is placed in a web page in the form of a link and the address of the link is provided to the user.
•URL itself is provided to the user.
User clicks on the link or types the URL in the browser. Pulse Client gets launched and the connection is redirected to the gateway mentioned in the URL.
User receives a link or a URL which has been crafted by an administrator. Following is the format of the URL:
pulsesecureclient://
connect?name=NAME&server=SERVERURL&userrealm=REALM&username=USER&store=TRUE
Table lists the parameter and their description mentioned in URL:
Parameter |
Mandatory/Optional |
Action |
pulsesecureclient |
Mandatory |
// URI scheme for URL launching. |
connect |
Mandatory |
This parameter is an action item and establishes the connection. |
name |
Mandatory |
This parameter is an unique parameter, which defines the name of the connection. This connection name is used to identify a specific connection. Connection name will be suffixed by (Auto Launch) for Pulse Client connection established through URL.Connection name will be displayed as Name(Auto Launch). name parameter is case sensitive. |
server |
Mandatory |
This parameter defines the sign-in URL, to which Pulse Client should get connected. It can be any one of the following: FQDN IP address (IPv6 and IPv4) A Sign-in URL |
userrealm |
Optional |
This parameter defines the user realm. userrealm parameter is case sensitive. |
username |
Optional |
This parameter defines the username. username parameter is case sensitive. |
store |
Optional |
If store value is "True", then the connection information gets saved in the connection store. If store value is "False", then the connection information will not be saved in the connection store. It provides the flexibility for the user to save the connection information for future purposes. |
Following is the scenario to understand the behaviour of this feature:
In this scenario, the user establishes a connection named "Pulse Connection" to the Pulse Connect Secure server with userrelam as "Users" and username as "test_user". Also, user wants to store the connection in Pulse Client for future references.
Administrator will craft the URL with the values mentioned in below table:
Parameter |
Values |
name |
Pulse Connection |
server |
https://pcssamlpcs.psecure.net/ |
userrealm |
Users |
username |
test_user |
store |
true |
1.User receives a link or the below mentioned URL which has been crafted by an administrator.
pulsesecureclient://connect?name=Pulse Connection&server=https://pcssamlpcs.psecure.net/&userrealm=Users&username=test_user&store=true
2.Once the user opens the URL (in Edge browser), following screen appears:
A permission dialog box appears to get the confirmation from the user to launch Pulse Client application via URL.
3.User clicks Yes button and Pulse Client gets launched.
A connection with the name specified in the URL ("Pulse Connection") is added in the Pulse Client and following screen appears:
Connection name will be displayed as "Pulse Connection(Auto Launch)". Connection name will be suffixed by (Auto Launch) for Pulse Client connection established through URL.
4.User enters the password and clicks the Connect button. Following screen appears:
Now, connection named Pulse Connection(Auto Launch) with provided values as mentioned in table is established. Full connection name can be viewed in Edit window as shown in the following screen.
After this, Pulse Client is launched, and a connection named Pulse Connection(Auto Launch) is established. This connection is then established with username as test_user.
After successful connection establishment, if user decides to disconnect Pulse Connection(Auto Launch), click Disconnect button. Pulse Connection(Auto Launch) connection gets disconnected and connection details gets stored in the Pulse Client for future references, as store parameter is set to true in this scenario.
Otherwise, if store parameter is set to false, then the connection details of Pulse Connection(Auto Launch) would not be stored after disconnection. Also, next launch of the Pulse Client with same URL will create a new connection.
If the user tries to connect the connection with same connection name but with different server URL, following error message appears:
Benefits
Following are the benefits of this feature:
•Fast Connection: As URL will handle the Pulse Client launch, user needs not to login through PCS, which reduces number of logins, hence time saving and fast connection.
•Enhancing User Experience: When PCS (IP or FQDN based), username and realm are prefilled, user just needs to enter the password to login.
•With the help of Store parameter in launch URL format, it will be possible to have temporary client entries. This ensures that each connection need not to be stored in the PDC and PDC does not get filled up with a pile of entries.
•Scriptability: Programmatically driven launch of Pulse Client lessens the burden of the Administrator.
Following is the scenario to understand the scriptability behaviour of this feature:
•User enters the URL in command Prompt as shown below:
A permission dialog box appears to get the confirmation from the user to launch Pulse Client application.
•User clicks Allow button, following authentication screen appears for user to authenticate:
•Click Connect. Following screen appears:
Connection named Test Connection(Auto Launch) with provided values in table is established.