RSA Security Xlr2 User Manual

RSA Secured Implementation Guide
For Portal Servers and Web-Based Applications
Last Modified 12/2/05

Partner Information

Product Information
Partner Name Web Site www.businessobjects.com Product Name Version & Platform Product Description
Product Category
Business Objects
InfoView XIr2 / BusinessObjects Enterprise Business Objects is an integrated query, reporting and analysis solution for
business professionals that allows you to access the data in your corporate databases directly from your desktop and present and analyze this information in a Business Objects document.
InfoView is your personal gateway to your corporate information capital. It allows you to access documents generated from your corporate data storage, from your office, home, or around the world, using your intranet, extranet, or the World Wide Web.
Portal Server
Page: 1

Solution Summary

A
\
To achieve Single-Sign-On (SSO) with BusinessObjects Enterprise XIr2 InfoView, a web server proxy to the InfoView application server host must be configured. An RSA ClearTrust agent is installed on this web server and it is configured to protect BusinessObjects Enterprise resources. Pre-existing RSA ClearTrust (LDAP) groups can be imported into InfoView. These groups and their individual users can then be managed and maintained via the ClearTrust Entitlements Manager and servers. Each user is given a BusinessObjects Enterprise alias and an LDAP alias, each of which correspond to the RSA ClearTrust username. BusinessObjects Enterprise is then configured to trust RSA ClearTrust­authenticated users.
The ClearTrust Administrator creates BusinessObjects Enterprise users, groups, resources, and entitlements. When a user first requests a protected resource, the RSA ClearTrust web server agent prompts the user for authentication credentials. The agent communicates with the RSA ClearTrust servers to establish authentication and determine if the user is authorized to access the requested resource. Following successful authentication and authorization, the user is forwarded to a script within the BusinessObjects Enterprise web application. This script retrieves the identity of the user by parsing an HTTP header variable and creates a personalized BusinessObjects Enterprise session.
Figure 1 illustrates a high-level view of this deployment.
authentication &
Request protected resources
authorization
ClearTrust
Servers
shared users
and groups
Web Server
and ClearTrust
Agent
Figure 1: Integration deployment diagram
proxy
pplication Server
BusinessObjects
Enterprise
LDAP Server
Partner Integration Overview
Use UserID for SSO Use UserID for Personalization Recognize Authentication Type API-level Authorization Support (RuntimeAPI) User Management (AdminAPI)
Yes Yes Yes No Via Shared User Repository (LDAP)
Page: 2

Product Requirements

Partner Product Requirements: <Partner Product (Component)>
CPU Memory
Storage Optical Drives
Operating System
Platform Required Patches
Windows 2000 Windows Server 2003
1
Integration Modules
File Name Destination
ftp://ftp.rsasecurity.com/pub/partner_engine ering/ClearTrust/BusinessObjects/BOXI_CT5 53_SSO.zip
Pentium 3 - 700 Mhz 1GB RAM 5 GB for BusinessObjects Enterprise and an additional
1.5 GB for Performance Management CD-ROM
SP4 Advanced Server, SP4 Datacenter Server or SP4 Server Datacenter Edition, Enterprise Edition, Standard Edition or Web Edition
Download the file and unzip it into a directory on the BusinessObjects Enterprises host.
2
1
Business Objects supports and recommends the installation of all MSFT critical patches for the listed
operating systems.
2
Each of these editions is supported with or without SP1.
Page: 3

Product Configuration

Before You Begin

This section provides instructions for integrating the partners’ product with RSA ClearTrust. This document is not intended to suggest optimum installations or configurations. It is assumed that the reader has both working knowledge of the two products to perform the tasks outlined in this section and access to the documentation for both in order to install the required software components. All products/components need to be installed and working prior to this integration. Perform the necessary tests to confirm that this is true before proceeding.

Installation Prerequisites

Before beginning the RSA ClearTrust – BusinessObjects Enterprise InfoView configuration, make sure that:
- The RSA ClearTrust servers have been installed.
- BusinessObjects Enterprise XIr2 has been installed, including:
The Java-based Administrative console InfoView
- A web server proxy to the application server that hosts BusinessObjects Enterprise has been installed and configured.
- An RSA ClearTrust Web Server Agent has been installed and tested on the web server proxy.
3

Configuring BusinessObjects Enterprise XIr2

You can configure InfoView to use RSA ClearTrust for user authentication and Single-Sign-On (SSO). There are five basic steps in this configuration process:
Configure the LDAP plug-in
1.
Build LDAP user accounts
2.
Configure the Trusted Authentication shared secret
3.
Add an Enterprise alias to each user account
4.
Install the SSO and exit scripts
5.
3
Web server proxy configuration is outside of the scope of this documentation. Please refer to the
appropriate application server documentation.
Page: 4

Configure the LDAP plug-in

1. Launch and log into the BusinessObjects Enterprise Central Management Console (CMC).
2. Select Authentication from the Manage frame and then chose the LDAP tab.
3. Enter the LDAP hostname and port, click the Add button and then click Next.
Page: 5
4. Enter the base LDAP distinguished name, and click Next.
5. Enter LDAP log-on credentials and click Next.
Note: The credentials do not need to be those of an LDAP server
administrator. The user only needs read access to the server.
6. Select Basic (no SSO) for LDAP authentication and click Next.
Page: 6
7. Select the following radio buttons:
1. Assign each added LDAP alias to an account with the same name
2. No new aliases will be added and new users will not be created
3. New users are created as concurrent users
8. Click Next and Finish.

Build LDAP user accounts

1. Launch and log into the BusinessObjects Enterprise Central Management Console (CMC).
2. Select Authentication from the Manage frame and then chose the LDAP tab.
3. Enter and add all ClearTrust/LDAP groups to be imported.
9. Select the following radio buttons:
1. Assign each added LDAP alias to an account with the same name
2. New aliases will be added and new users will not be created
3. New users are created as named users
10. Click Update.
Page: 7

Configure the Trusted Authentication shared secret

1. Launch and log into the CMC.
2. Select Authentication from the Manage frame and then chose the Enterprise tab.
3. Select the Trusted Authentication is enabled checkbox and chose and enter a passkey in the Shared secret field.
4. Click Update.
Page: 8
5. Navigate to %BUSINESSOBJECTS_HOME%4\BusinessObjects Enterprise 11.5\win32_x86 \plugins\auth\secEnterprise and create a new text file named TrustedPrincipal.conf. Type the following line at the beginning of this file:
SharedSecret=%SHARED_SECRET% where %SHARED_SECRET% matches the passkey entered in step 3.
6. Save changes to TrustedPrincipal.conf and close it.

Add an Enterprise alias to each user account

1. Launch and log into the CMC.
2. Select Authentication from the Manage frame and then chose the Enterprise tab.
3. Deselect every checkbox except Trusted Authentication is enabled.
4. Click Update.
5. Return to CMC Home and select Users from the Organize frame.
6. For each user, open the user account, scroll to the end of the page, and click New Alias.
7. Select Enterprise as the Authentication type and enter a password.
8. Deselect the User must change password at next logon checkbox.
9. Click OK.
5
4
Replace %BUSINESSOBJECTS_HOME% with BusinessObjects Enterprise’s installation directory. The
default value for this directory is C:\Program Files\Business Objects.
5
Note that this password doesn’t have to match the user’s RSA ClearTrust password. It is the latter
password the user must remember and use to authenticate.
Page: 9

Install the SSO and exit scripts

The SSO script – sso.jsp – is contained in the BOXI_CT553.zip file (previously downloaded). This file is responsible for creating a BusinessObjects Enterprise session for the ClearTrust-authenticated user. After a successful ClearTrust authentication, the user will be redirected to this JSP. The BusinessObjects Enterprise web application’s web.xml file must be configured in order for this redirection to take place.
User requests an RSA
ClearTrust-protected
RSA ClearTrust Web Server Agent
- Authenticate user by communicating with the RSA ClearTrust Servers.
Web Server
- Determine that user is authorized to access requested resource.
Application Server
User has access to the
requested resource.
BusinessObjects Enterprise 11.5
sso.jsp
- Creates BO session
with user
validated by
ClearTrust.
redirect
web.xml
- Configured
to direct valid
users to sso.jsp.
Page: 10
The exit script – exit.jsp – is also contained in the BOXI_CT553.zip file. This script will be called when a user clicks the Logoff button on the CMC. It is responsible for destroying the BusinessObjects Enterprise session and closing the browser window (thus destroying the RSA ClearTrust SSO token).
Note: The sso.jsp and exit.jsp files are provided as examples. The may be used in a production environment, but they can also be modified to meet a specific customer’s requirements.
In order to install and configure the scripts:
1. Navigate to %BUSINESSOBJECTS_HOME%\Tomcat\webapps\businessobjects\enterprise115\ desktoplaunch\WEB-INF and open the web.xml file. Find the welcome-file-list tag, and change the value of the welcome-file to exit.jsp
<!-- The welcome file list --> <welcome-file-list> <welcome-file>exit.jsp</welcome-file> </welcome-file-list>
2. Copy the sso.jsp and exit.jsp files to the %BUSINESSOBJECTS_HOME%\Tomcat\webapps\businessobjects\enterprise115\ desktoplaunch\ directory.
6
:
6
The default welcome-file value is default.htm.
Page: 11

Certification Checklist Portal Servers and Web-Based Apps

Date Tested11/18/2005
Certification Environment
Product Name Version Information Operating System RSA ClearTrust RSA ClearTrust IIS Agent BusinessObjects Enterprise XIr2 InfoView
Test Case Result
Product Characteristics for SSO Support
Application/Portal is web-based, and supports access by a standard HTTP-based browser Application/Portal runs on Web Server Platform supported by RSA ClearTrust
Application/Portal login interface can be modified or replaced Application/Portal can extract user information from RSA ClearTrust session cookie N/A
Application/Portal can extract user information from HTTP Headers Application/Portal can extract authentication type from RSA ClearTrust session cookie N/A Application/Portal can extract authentication type from HTTP Headers N/A Application/Portal can perform SSO with other RSA ClearTrust-supported Web Server
Login - General
HTTP basic authentication Forms based Forms based w/ URI retention N/A
Login – Basic Authentication
Access Denied for unauthorized user Successful login for authorized user Successful recognition of identity/personalization in 3rd Party Product Successful recognition of identity/personalization after SSO with other RSA ClearTrust-supported Web Server
Login –Graded Authentication
Access Denied for unauthorized user Successful login for authorized user Successful recognition of identity/personalization in 3rd Party Product Successful recognition of identity/personalization after SSO with other RSA ClearTrust-supported Web Server
JGS
5.5.3 Windows 2003 Server Enterprise
6.0 Windows 2003 Server Enterprise XIr2 Windows 2003 Server Enterprise
= Pass = Fail N/A = Non-Available Function
Page: 12
Loading...