Go to primary content
Siebel CRM Siebel Mobile Guide: Connected
Siebel Innovation Pack 2017, Rev. A
E52426-01
  Go to Documentation Home
Home
Go To Table Of Contents
Contents
Go To Index
Index

Previous
Previous
 
Next
Next
    View PDF

Configuring Single Sign-On for Siebel Mobile

Siebel Mobile supports Single Sign-On (SSO) for connected applications.


Note :

SSO does not apply for Siebel Mobile disconnected applications since Siebel Mobile is used locally on the mobile device without connectivity. Siebel Mobile disconnected applications use the SQLite database to store data, metadata and all the resource files to run the application.

The following procedure shows you how to configure SSO for Siebel Mobile if using Siebel Innovation Pack 2017 or later.

To configure SSO for Siebel Mobile in Siebel Innovation Pack 2017 or later 

  1. Log in to the Siebel Management Console.

  2. Click Profiles in the navigation menu in the side pane, and then select Application Interface.

    Existing Application Interface Profiles are listed, if any.

  3. Select the application interface profile you want to modify and do the following:

    1. Click Applications and then select the mobile application you want to configure for SSO (for example: epharmam, salesm, or servicem).

      When you select an application, the following options appear for the application: Basic Information, Mobile, Enhanced Authentication.

    2. Select the Enhanced Authentication option and then select the Configure Web Single Sign-On (Web SSO) check box.

    3. For Trust Token, specify the password to be used with SSO authentication.

    4. For User Specification, specify the user specification to use for SSO authentication.

    Repeat these steps for each mobile application you want to configure for SSO.

  4. Click Submit to save your changes to the application interface profile.

The following procedure shows you how to configure SSO for Siebel Mobile if using Siebel Innovation Pack 2016 or earlier.

To configure SSO for Siebel Mobile in Siebel Innovation Pack 2016 or earlier 

  1. Open the mobileapplist.lst file in a text editor.

  2. Modify the mobileapplist.lst file by adding "authmode":"sso" as follows:

    {
    "1":{"id":"1","name":"Siebel ePharma Mobile","lang":"LanguageCode","url":"http(s):// webserver_hostname/epharmam_LanguageCode/","authmode":"sso"},
    "2":{"id":"2","name":"Siebel Service for Mobile","lang":"LanguageCode","url":"http(s):// webserver_hostname/servicem_LanguageCode/","authmode":"sso"}
    "3":{"id":"3","name":"Siebel Sales Mobile","lang":"LanguageCode","url":"http(s):// webserver_hostname/salesm_LanguageCode/","authmode":"sso"}
    }
    
  3. Save and close the mobileapplist.lst file.