Mobile device management

With the mobile device management (MDM), the administrators can install and setup the product for their users remotely. The users do not have to configure their application but can start using it. An MDM server can perform several administrative commands. You can change configuration settings automatically without user interaction.

These options are available:
Managed Server X (String)
The administrators can add an individual key or value for each server. In this option, you replace X with a number. Start with 1 and increment the number for each following server.
This value is an example of a server profile for cloud servers in the JSON format:
{
   "cn":"Mobile App API ID",
   "ti":"tenant ID",
   "ci":"client ID",
   "pu":"oAuth host URL",
   "iu":"ION host URL",
   "cs":"client secret"
}
This value is an example of a server profile for on-premises servers in the JSON format:
{
   "serverName":"name",
   "serverURL":"URL"
}
Managed Servers List (String)
This list is managed by the administrator and provides multiple servers in a single list. Users cannot edit this list from within the application.
The format of the value is a JSON array, for example:
[
  { "serverName":"Infor", "serverURL":"https://infor.com/DashboardsService" },
  { "ti":"BIADEINTEG_PRD", "cn":"BIMobileDashboards_Android", "ci":"Infor~7DNTxz8_Lm95KGUg9Rb6Sfw_ub58XV2tacBzXF8x_7Y", "cs":"", "iu":"https://m12test-ionapi.auto.aws.infor.com", "pu":"https://m12test-sso.auto.aws.infor.com:443/BIADEINTEG_PRD/as/", "oa":"authorization.oauth2", "ot":"token.oauth2", "or":"revoke_token.oauth2", "ru":"com.infor.dashboard://oidc_callback", "ev":"B1470343054", "v":"1.0", "dt":"1" },
  { "serverName":"Development", "serverURL":"https://internal.infor.com/DashboardsService" }
]
Remove Demo Server (Bool)
The administrators can remove or add the demo server from or to the user's server list, respectively. The users can select this option to hide the Demo server from their server list. When the administrator adds the demo server again, the former user setting is applied.
Allow Custom Servers List (Bool)
If this option is selected, the user can add a custom server list next to the managed server list. If this option is disabled, the custom server list is deleted immediately. Users that are connected to any of the custom servers receive this message:
Server Removed. You were logged off by your remote administrator. The current server was removed from your server list.
Force Analytics (Bool)
This value indicates whether the application shares the diagnostics and analytics with Infor. Optionally, users can enable Infor to collect statistics on how they use the application when they first log in. Users can change this setting in the Details window.
Perform Device Check (Bool)
This option is used to perform a rooted or jailbroken device test when a user logs in to the application. If the application is rooted or jailbroken, a user cannot log in.