Insight Mobile App Configuration¶
The Insight Mobile App can be configured via a Mobile Device Management System (MDM). The most important function is pre-assigning the server URL.
We cannot test all MDM systems, but there is the AppConfig Community, whose members could be supported. Microsoft Intune is not listed, but has already been successfully tested.
The configuration is appended to the user profile on the client side and can be queried using userData.emmAppConfig.
Parameters¶
Parameter | Example | Description |
---|---|---|
insightClientConfigUrl | https://customer-server.com | Fixed configuration of the server URL. |
insightClientConfigUrl1 | https://external.customer-server.com | Overwrites insightClientConfigUrl. |
insightClientConfigUrl2 | https://internal.customer-server.com | Overwrites insightClientConfigUrl and insightClientConfigUrl1. |
insightClientConfig | {"clientConfigUrl":"https://customer-server.com","oidc":{"clientId":"insight-app","server":"https://customer-idp.com"}} | Initial client config (config.json content) |
insightUser | ${username} | The login user can be pre-assigned on the login screen. Only works without OIDC. |
insightProfile | Placeholder, not currently in active use. |