Adding logon and context information to the URL

The Self Service Portal is accessed via a URL that you supply to your users or that your users access by clicking a link from some other web page. The standard URL for the portal is as follows:

http://<yourServerName>/eschat/arhome.html?

Note

You can add logon and context information only for the old UI of the Self Service Portal.


You can optionally specify the following additional items on the URL:

Tip

You can select to use HTTPS, rather than HTTP, and you can also select to define a port number following the server name.

Logon information

You might want to specify logon information as part of the URL. If you do, the logon prompt is not displayed when users open the portal; they are taken directly into the application instead (provided the logon information is valid). Following is an example of a logon URL:

http://<yourServerName>/eschat/arhome.html?login=m:uid~uid:<username>

This URL uses the uid logon method (defined in the configuration file) and passes the user ID as a parameter on the URL, rather than requiring the user to type it in.

Context information

You can also specify context information as part of the URL. This context can be anything that you want to pass to the Support Agent. The context is passed through the BMC Virtual Chat application to BMC Remedy AR System. It can then be used by integration points or simply displayed to the Support Agent. For example, you might want to pass the Operational Categories in the incident ticket when the integration workflow for this is enabled.

Following is an example of context that might be added to a URL, where XXX represents Tier 1, Tier 2, and Tier 3 fields of the incident ticket.

&context=t1:XXX~!~t2:xxx~!~t2:XXX~!~


Following is a complete example of a URL for accessing the portal and passing all parameters:

http://localhost:8080/eschat/arhome.html?login=m:uid~uid:asmith&context=t1:Install~!~t2:Desktop~!~t3:Memory~!~

Was this page helpful? Yes No Submitting... Thank you

Comments