Difference between revisions of "Common QPR Authentication"

From Mea Wiki
Jump to navigation Jump to search
m (title changed)
(306453)
Line 10: Line 10:
 
#Configure common authentication settings by adding the URL of the product where the linking is done from to the Qpr.ProcessAnalyzer.Common.config file of the target product. For example...
 
#Configure common authentication settings by adding the URL of the product where the linking is done from to the Qpr.ProcessAnalyzer.Common.config file of the target product. For example...
  
== Linking to QPR ProcessAnalyzer Web Client Views ==
+
== Linking between Web Clients ==
  
To link to a QPR ProcessAnalyzer Web Client view using the common QPR authentication, append a
+
Common QPR authentication enables opening links, such as QPR ProcessAnalyzer Web Client bookmarks in QPR Portal, without additional authentication. To do this, append a "&xsessionid=<#sessionid>" parameter to the end of the link URL. For example, <nowiki>http://pa.qpr.com/#bookmark=<bookmarkId>&sessionid=<sessionid></nowiki>.<br/>
"&xsessionid=<#sessionid>" parameter to the end of the link URL, such as a bookmark or a collaboration feed URL. <example to be added> <br/>
+
Now when you are logged into QPR Portal, you can open the linked bookmark without additional authentication.
Now when you are logged into QPR Portal, for example, you can open the link without additional authentication.
 

Revision as of 12:50, 18 August 2015

It is possible to configure a common authentication system between different QPR Suite product web clients (e.g. QPR ProcessAnalyzer Web Client and QPR Portal), so that linking from one product web client to the other can be done without the need of a separate login for the product that is the link target.

Configuring Common QPR Authentication

The configuration file Qpr.ProcessAnalyzer.Common.config is used for registering servers belonging to the common authentication server group. The servers can then share user sessions created for users.

To set up a common authentication server group:

  1. Create or change usernames in both the source and target QPR products, so that the usernames are identical in both products.
  2. Configure common authentication settings by adding the URL of the product where the linking is done from to the Qpr.ProcessAnalyzer.Common.config file of the target product. For example...

Linking between Web Clients

Common QPR authentication enables opening links, such as QPR ProcessAnalyzer Web Client bookmarks in QPR Portal, without additional authentication. To do this, append a "&xsessionid=<#sessionid>" parameter to the end of the link URL. For example, http://pa.qpr.com/#bookmark=<bookmarkId>&sessionid=<sessionid>.
Now when you are logged into QPR Portal, you can open the linked bookmark without additional authentication.