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

A user can directly import connections from Configuration Server (MOBIServer). In order for end user to be able to do that, mobile server administrator need to add the connections and their details in server.properties.


The list of parameters that can be used while defining connection in MOBI Server are as follows


Parameterin server.propertiesBasicSSOSUPSMPPossible Values
Name of connectionDisplayNameY
Type of connectionBOBJ_MOBILE_CONNECTION_TYPE_STRINGY

"BOESMP" for SUP Rest Connection,

"SUP" for SUP Legacy Connection,

Value not specified means BOE Connection

CMS Name or ClusterBOBJ_MOBILE_CMSYsame as the CMS value entered on connection screen. It can be IP, Qualified name or cluster name (@abc)
Mobile Server or SUP/SMP Server URLBOBJ_MOBILE_URL (incase of Mobile Server)
BOBJ_MOBILE_SUP_SERVER (incase of SUP Server)
Y
AuthenticationTypeBOBJ_MOBILE_AUTH_METHODYsecEnterprise, secLDAP, secSAPR3, secWINAD
Is it a SSO connection?BOBJ_MOBILE_SSO_ENABLEDYtrue, false
Type of SSO Configured?BOBJ_MOBILE_SSO_TYPEYX509Certificate, SSO2COOKIE, SITEMINDER_BASIC,
TRUSTED_AUTH_Basic, TRUSTED_AUTH_FORM, SSO_Form, SSO2COOKIE_QueryString
If X509 Certificates used, then how are they configured?BOBJ_MOBILE_CERTIFICATE_REQUIRED_FOR_NETWORKYCertificateMandatory, CertificateOptional
URL that will provide SSO2COOKIEBOBJ_MOBILE_SSO_QUERY_URLY
Form that will generate SSO2COOKIEBOBJ_MOBILE_SSO_FORM_URLY
SSO Cookie Name if different than standardBOBJ_MOBILE_SSO_COOKIE_NAMEY
SAP R3 system in case of SSOBOBJ_MOBILE_SSO_SAP_SYSTEMYABC^200, XYZ^100 etc.
SUP Farm IDBOBJ_MOBILE_SUP_FARM_IDY
SUP/SMP Security Configuration NameBOBJ_MOBILE_SUP_SECURITY_CONFIG_NAMEYY
SUP PortBOBJ_MOBILE_SUP_PORTY
SUP/SMP Application IDBOBJ_MOBILE_SUP_APP_IDYY
SMP Proxy Connection NameBOBJ_MOBILE_SUP_PROXY_CONNY


6 Comments