Sunday, July 12, 2009

Maintaining Single Sign-On in BW

You need Single Sign-On tickets (SSO tickets) that are generated in the BW system to include portal content in the BEx Web Application Designer. In order to call BEx Web Applications in the portal, the BW system has to accept SSO tickets from the portal.

This setting is required for all integration scenarios . The various scenarios are described in detail from a security viewpoint under Security.

Procedure

1. Install SAPSECULIB on each application server of the BW system to use Single Sign-On (SSO).


It is not necessary to install the SSO software on the client PC.

2. Set the following profile parameter using the Maintaining Profiles transaction (transaction code RZ10):

¡ login/create_sso2_ticket=2

The profile parameter generates SSO tickets in the BW system that are required for communication from SAP BW 3.5 to SAP EP 6.0. The value 2 means that the certificate is self-signed.

¡ login/accept_sso2_ticket=1

The profile parameter means that the BW system accepts SSO tickets from other systems (for example, from portals) if the certificate has been imported.

For more information, SAP Note 354819.

Check

A check is only possible after all security settings have been completed.

End of Content Area