Trusted authentication allows users to log on to a system once, without needing to provide passwords several times during a session. In the case of CA Data Protection and BusinessObjects Enterprise, it means that users do not need to log on separately to BusinessObjects when they run a BusinessObjects report or launch InfoView from the iConsole.
To finish setting up trusted authentication between the iConsole and BusinessObjects Enterprise, you need to supply the BusinessObjects server and clients with the shared secret. This shared secret is the same one that you supplied when you installed BOE Integration on your iConsole front-end web servers.
Note: Trusted authentication between CA Data Protection and BusinessObjects Enterprise only works if each iConsole reviewer has their own, unique BusinessObjects user account. For details, see Map CA Data Protection Reviewers to BusinessObject Accounts.
To configure the BusinessObjects server to use Trusted Authentication
This must be the same Shared Secret string that you supplied when you installed the BOE Integration feature.
Note: The shared secret is used by the BusinessObjects CMS and its clients to establish trust. These clients are the InfoView web portal and OpenDoc client-side server processes.
Note: The timeout value is the maximum amount of time, in milliseconds, that the clocks on the iConsole and BusinessObjects server can differ. If you enter 0, the amount of time the two clock times can differ is unlimited. We do not recommend setting this value to 0 because this may increase your vulnerability to replay attacks.
To configure the BusinessObjects clients to use Trusted Authentication
Note: The 'CMS' in these instructions is the BusinessObjects Central Management Server, which manages the entire BusinessObjects Enterprise system. Do not confuse this BusinessObjects CMS with the CA Data Protection Central Management Server.
You can use the following procedure for both the InfoView and OpenDocument web applications.
C:\Program Files\CA\SC\CommonReporting3\BusinessObjects Enterprise 12.0
C:\Program Files (x86)\CA\SC\CommonReporting3\BusinessObjects Enterprise 12.0
If you have specified a non-default installation folder for BusinessObjects Enterprise, the subfolder is relative to that location. For example, if your installation folder is F:\BOXI, the subfolder is:
F:\BOXI\CA\SC\CommonReporting3\BusinessObjects Enterprise 12.0
The file is web.xml. The default location is:
C:\Program Files\CA\SC\CommonReporting3\BusinessObjects Enterprise 12.0\warfiles\WebApps\InfoViewApp\WEB-INF
The file is web.xml. The default location is:
C:\Program Files\CA\SC\CommonReporting3\BusinessObjects Enterprise 12.0\warfiles\WebApps\OpenDocument\WEB-INF
Note: The following steps use InfoView as the chosen web application. Repeat steps 3 through 7 for each of the web.xml files.
<context-param> <param-name>cms.default</param-name> <param-value>My_BOXI_CMS:6400</param-value> </context-param>
<context-param> <param-name>sso.enabled</param-name> <param-value>true</param-value> </context-param>
<context-param> <param-name>siteminder.enabled</param-name> <param-value>false</param-value> </context-param>
<context-param> <param-name>trusted.auth.user.retrieval</param-name> <param-value>REMOTE_USER</param-value> </context-param>
Note: There are various mechanisms that populate the user name. Configure or set up your web application server so that your user names are exposed before you use this user retrieval name methods. For further information, see:
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequest.html
C:\Program Files\CA\SC\CommonReporting3\BusinessObjects Enterprise 12.0\win32_x86
SharedSecret=<secret>
Where <secret> is the shared secret string that you want to use.
Find the agent in the BusinessObjects Enterprise Central Configuration Manager.
Note: For full details, please see the 'Configuring Third-Party Authentication' chapter in the SAP BusinessObjects Enterprise Administrator's Guide. BusinessObjects Enterprise guides are available for download from the SAP Help Portal.
Copyright © 2015 CA Technologies.
All rights reserved.
|
|