Show TOC Start of Content Area

Function documentation Single Sign-On for SAP Shortcuts  Locate the document in its SAP Library structure

Use

SAP NetWeaver enables you to configure SSO to an AS ABAP system from the SAP NetWeaver Portal. You can use these functions to enable integrated access from the portal to ABAP transactions available in the SAP GUI.

For this scenario, the portal and the AS ABAP system use logon tickets to enable SSO. The logon ticket is passed to the SAP shortcut using a portal iView.

For an overview of the authentication process flow, see the figure below.

This graphic is explained in the accompanying text

SSO between portal and SAP Shortcut

Prerequisites

...

      Users have the same user ID in all of the systems they access using the logon ticket. Passwords do not have to be the same in all systems.

      The Web browsers used for accessing the portal can accept cookies. For example, in Internet Explorer 5.0 you can configure the Web browser to accept session cookies for the local intranet zone.

      The ticket accepting AS ABAP system is located in the same DNS domain as the ticket issuing server system.

Note

The clocks of the ticket accepting and issuing systems must be synchronized. If you do not synchronize the clocks, then the accepting system may receive a logon ticket that is not yet valid, resulting in an authentication error.

      The ticket issuing server must possess a public-key certificate and a public and private key pair to digitally sign the logon ticket.

      The UME of the Portal and back-end AS Java systems use the same user store as the AS ABAP system.

Activities

...

       1.      Configure the AS ABAP to accept and verify logon tickets.

       2.      Restart the AS ABAP.

       3.      Create and configure a portal iView for the target AS ABAP system.

 

 

End of Content Area