Start of Content Area

Function documentation System Logon Locate the document in its SAP Library structure

Use

When creating Web applications using Business Server Pages (BSP), you can define logon screens for end users to log onto your system. For the sake of simplicity you can use a logon screen which is similar to the classic logon screen, where you must enter the client, user name, password and language. Without much programming you can define which fields should be available, which additional help should be offered and how the logon screen should be designed for your Web applications.

You activate and configure the system logon in the Internet Communication Framework (Structure linkICF) using the respective service nodes for your application.

In addition to these settings, you can also make user-specific changes using a separately developed class. 

Example

An example of a logon screen for a Web application that has been configured with the system logon functionality:

This graphic is explained in the accompanying text

 

Recommendation

This functionality is available from SAP Web AS 6.40 SP1 in addition to the SYSTEM application (see Logging on to BSP Applications), which has been available for defining logon screens since SAP Web AS 6.20 SP3.

If problems occur during the logon process, the system outputs various error messages or warnings depending on the cause. For more information see System Logons.

Prerequisites

You can find the steps that you must carry out in order to ensure that the logon functionality works smoothly in Prerequisites.

Functions

The following functions are supported within the logon application:

·        Logon and password change

·        Configuration of the layout and process using the ICF service

·        Log of the toggle to HTTPS to transfer the user data securely

·        Three implemented layouts and five selectable stylesheet categories

·        SSO2 support

·        Changing Passwords for Basic Authentication

·        Customization for the logon layout and process

·        Accessibility support

·        System message display

·        Check for existing user sessions during the logon

·        Logon with X.509 certificates

For more information about the various default settings, see Configuration Settings.

Caution

If you start the logon directly using HTTPS and certificate, then no system messages are displayed and there is no check for multiple logons.

Activities

...

       1.      Branch in Transaction SICF to the service node for your Web application.

       2.      Call the detail view of the service by double-clicking it or press F8.

       3.      Choose the Error pages tab page.

       4.      In change mode, select the System logon radio button and the corresponding pushbutton for the Settings.

This graphic is explained in the accompanying textYou branch to the configuration screen for the system logon.

       5.      Enter your configurations for the system logon.

       6.      Select  This graphic is explained in the accompanying text (Enter) for your configuration settings.

       7.      On the „Create/Change Service“ screen, first This graphic is explained in the accompanying text (save) and then This graphic is explained in the accompanying text (cancel).

You return to the node for your application.

       8.      Position the cursor on your application’s node and then choose Test service in the context menu.

The logon screen you have configured is displayed in the browser.

 

 

End of Content Area