SAP Fiori Client Guide

Enabling Multiple User Support

Enable multiple users to register and use SAP Fiori Client on an iOS or Windows device.

Any number of people can now be registered to use SAP Fiori Client on the same device. Each user has a unique profile, which ensures that all sensitive, business-related data is stored in a secure datavault for each profile registered to use the device.

Multi-user mode is supported by an SAP Fiori Client or Custom SAP Fiori Client that is installed on an iOS or Windows device and uses an SAP Mobile Platform server with Basic Authentication for registration. SAML2 authentication is not supported.

Enabling Multi-User Mode in appConfig.js

When developing a Custom SAP Fiori Client, you can enable or disable multiple user support using the multiUser property in the appConfig.js file. Use the multiUser property to configure multi-user mode.

Use "multiUser":true to enable multiple user support.

Use "multiUser":false to disable multiple user support.

For information about configuring the SAP Fiori Client using appConfig.js, see Configuring your Custom SAP Fiori Client in appconfig.js

Enabling Multi-User Mode Using a FioriURL

When configuring the SAP Fiori Client with a FioriURL, set the multiuser property to enable multiple user support. By default, multi-user mode is disabled.

Use multiuser=true to enable multiple user support.

Use multiuser=false to disable multiple user support.

For information about configuring the SAP Fiori Client using a FioriURL, see Configuration Properties