Configuring the AS Java to Accept Logon Tickets
Use
The AS Java uses EvaluateTicketLoginModule to accept logon tickets for SSO. After receiving the logon ticket from the user's Web browser, the AS Java verifies the ticket signature based on the established trust relationship with the issuing system. Based on the ticket validity, the AS Java authenticates the user.
Prerequisites
To check the validity of a user's logon ticket, the AS Java must be able to verify the issuing server's digital signature.
-
If the AS Java is both the ticket-issuing server and the accepting server, it can automatically verify its own digital signature.
-
If the ticket-issuing server is a different server, that server's public-key certificate must be available in the keystore view that the AS Java uses for verifying logon tickets.
Procedure
The configuration functions of the SAP NetWeaver Administrator enable you to use wizard-based management of trust relationships for SSO with logon and assertion tickets. The configuration changes made with the wizard have a global effect for ticket-based SSO to the AS Java.
Open the SSO Wizard.
Note the following:
-
If the ticket-accepting system is SAP NetWeaver 7.0 SP14 or higher, you can access the SSO Wizard by choosing .
-
If the ticket-accepting system is SAP NetWeaver 7.0 SP 13 or lower, you must first deploy the SSO Wizard. For more information, see SAP Note 1083421.
The system which you configure is displayed in the Selected Accepting System section.
There are two ways to add a trusted system:
-
By connecting to the system and requesting its certificate.
-
By manually uploading the certificate of the system.
Adding a Trusted System by Connecting to It
-
In the Trusted Systems section, choose .
-
The System Landscape Directory (SLD) opens automatically and lets you select the system you want to add. Select the system and choose OK . The connection details for the selected system are displayed automatically.
-
Enter your user name and password in the provided fields and choose Next .
-
The details about the selected system's certificate appear. To add the system, choose Finish . If you want to make changes, choose Back .
Adding a Trusted System by Manually Uploading its Certificate
Before you start the following procedure, you must export the trusted system's public-key certificate.
-
In the Trusted Systems section choose .
-
Enter the System ID and Client in the relevant fields.
-
Browse to the location of the system's certificate. Select the certificate and choose Open .
-
Choose Next . The information about the system and the certificate is displayed. To add the system as trusted, choose Finish . If you want to make changes, choose Back .
Configuring the Login Module Stack
Add the login module EvaluateTicketLoginModule (or EvaluateAssertionTicketLoginModule ) to the login module stacks for the AS Java policy configurations of the application components that accept login tickets for SSO.
-
In the SAP NetWeaver Administrator go to .
-
Select the policy configuration for the application component to accept logon tickets from the Policy Configuration Name table.
-
In the Details of policy configuration <name> section, choose the Edit pushbutton.
-
Choose the Add pushbutton with the quick info text Add login module to the policy configuration .
-
Choose the EvaluateTicketLoginModule (or EvaluateAssertionTicketLoginModule ) from the Login Module Name list and choose the Add pushbutton. Choose the Save pushbutton.
Result
After you complete the wizard, the ticket-issuing system is shown in the Trusted Systems list. The AS Java accepts logon tickets that have been issued by the corresponding server.

