Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
ashutosh_rastogi
Active Contributor

SAP Mobile BI does not allow SSO connections to be created manually.

Following are the options for SSO connections


  • You can directly import these connections from the Configuration Server (MOBIServer)
    • Administrator can configure these connections at following location
      • Copy the server.properties from default folder in to custom folder (<WebAppsROOT>\MOBIServer\WEB-INF\config\custom)
      • Then modify the server.properties file in custom folder
    • Choose your new connection identifier, say we choose 'mysso'. Add that to mobi.connections
    • Provide the connection properties and save the server.properties file
    • Now deploy the MOBIServer again after changes mentioned above.Once done, you can execute the following URL to check if the properties are configured correctly or not. [http://<server>:<port>/MOBIServer/MobiConfigurationServlet?RequestType=ServerList ]             

  • You can use SAP BI Links to create connections. Following are two sample connection links
    • BOE Connection Via SUP [sapbi://addconnection?ConnectionType=BOESUPConnection&SUP_Farm_ID=abc.xyz.farm&Sec_Config=SUPSSO&server_url=sup.abc.com&isSSO=YES&connection_name=ABC%20SUP%20SSO&SSOType=SSO2COOKIE&Application_ID=MobiApp&SUP_Port=80]
    • BOE Connection Via SMP REST [sapbi://addconnection/?ConnectionType=BOESMPConnection&isSSO=YES&server_url=http://10.10.10.10:8000&connection_name=SSO_SUP_SAP_REST&proxyConnection=MobiApp&SSOType=SSO2COOKIE&...]
    • Direct BOE Connection  [sapbi://addconnection?ConnectionType=BOEConnection&authType=secEnterprise&isSSO=YES&connection_name=ABC&cms=@cmscluster&isCertificateRequired=CertificateMandatory&SSOType=X509Certificate&server_url=https://abc.com/SSO_MOBILE/]

       

  • You can use MDM tools to publish connections if devices are IOS7 and above
    • For devices with iOS 7 or higher, Apple provides the "Managed App Configuration" functionality. This functionality allows a Mobile Device Management (MDM) server to push down a configuration dictionary into the managed app's NSUserDefaults for the purpose of remotely configuring settings
    • You can configure a single predefined connection or multiple predefined connections in the application by specifying values for the conn.list.(n) property on the MDM server, where 'n' is the array index starting with a value of 1. Each array item is of the type "String" and the value of each item corresponds to a connection URL.
    • For example, you can specify a predefined connection URL for a BOE server connection with the syntax shown below

               conn.list.1=<specify the sap bi link for SSO connection here>


  • You can use SDK to generate build that already has connection created.


Useful Links


PS: Once you have created SSO connection on your device, you can always share that connection with other users. Choose that connection, click share and that will generate the link for you

8 Comments