SAP Fiori Client Guide

Skipping the Logon UI

Improve load time by immediately loading the fioriURL after launch by skipping the logon UI screens.

The Custom SAP Fiori Client can spend a lot of time initializing plugins and reading configuration when it loads. After the initial launch, this process is not necessary. You can improve the load time of your Custom SAP Fiori Client by skipping the logon UI and immediately loading the fioriURL.

Requirements

To skip the logon UI, your application must meet the following conditions:

  • Use Anonymous or Basic authentication. Certificate provider authentication is not supported.

  • User passcode must be disabled.

  • The Custom SAP Fiori Client is using SAML

Limitations

When skipping the logon UI, be aware of the following limitations:

  • Multiple User mode is not supported.

  • Passcode must be disabled, resulting in reduced application security.

Configuration

To skip the logon UI during launch, add the following preference to the config.xml file.

<preference name="skipIndex" value="true" />