Parameters for Single Sign-On
You can use the following parameters to activate and configure Single Sign-on.
Parameters in MobileEngine.config
Parameters |
Description |
MobileEngine.UM.SingleUserMode |
Activate use by a single user only. Possible values: true, false Default: false The setting for this parameter can be changed at runtime. If you change the value from false to true, the client checks if more than one user is registered on the device. If multiple users are registered, the client automatically resets the value to false. |
MobileEngine.UM.SAPLogonTicketSupport |
Activate Single Sign-On. Possible values: true, false Default: false The client can be used when Single Sign-On is activated in single user mode only when an online connection exists. |
MobileEngine.UM.SAPLogonTicket |
Activate background request (JSP clients only). This parameter defines if the logon ticket is requested without user interaction. With false user interaction is supported. Possible values: true, false Default: false |
MobileEngine.UM.SAPLogonTicket |
Address from which the logon ticket was requested. Possible values: URL Default: none |
MobileEngine.UM.SAPLogonTicket |
Time in seconds after which the system again checks if the logon ticket was received (JSP clients only). Possible values: Integer values greater than 0 Default: 3 |
MobileEngine.UM.SAPLogonTicket |
Time in seconds between requesting the logon ticket and cancellation. Possible values: Integer values greater than 9 Default: 90 |
MobileEngine.UM.SAPLogonTicket |
Address for the logoff from the system issuing the ticket (optional). Possible values: URL Default: none |
MobileEngine.UI.CloseBrowser |
The option Exit is displayed on the home page of SAP MI (JSP clients only). Possible values: true, false Default: false |
MobileEngine.UM.ExternalAuthUserParameter |
Name of parameter used to transfer the user ID to and from the ticket-issuing system (AWT clients only). Possible values: any character string Default: none |
MobileEngine.UM.ExternalAuth |
Name of parameter used to transfer the password to and from the ticket-issuing system (AWT clients only). Possible values: any character string Default: none |
MobileEngine.UM.ExternalAuth |
Parameters used to transfer additional information to the ticket-issuing system (AWT clients only). Possible values: any character string Default: none |
See also:
For information about setting up Single Sign-On, see Setting Up Single Sign-On on the Mobile Device
For more information on other parameters: Parameters in MobileEngine.config
For more information on different methods for the configuration: Configuration of Mobile Devices