Difference between revisions of "Common QPR Authentication"
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 | + | == 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, <nowiki>http://pa.qpr.com/#bookmark=<bookmarkId>&sessionid=<sessionid></nowiki>.<br/> | |
− | "&xsessionid=<#sessionid>" parameter to the end of the link URL, | + | 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 |
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:
- Create or change usernames in both the source and target QPR products, so that the usernames are identical in both products.
- 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.