Mobile device management: Difference between revisions

Jump to navigation Jump to search
Line 75: Line 75:
This option delegates the OAuth2 authentication flow to the default browser (which must be managed) and gets the authentication result back to the application using the app's URL scheme. Users might experience a confirmation dialog after successful login and they must confirm redirection to our app to deliver the result back to the synchronization dialog.
This option delegates the OAuth2 authentication flow to the default browser (which must be managed) and gets the authentication result back to the application using the app's URL scheme. Users might experience a confirmation dialog after successful login and they must confirm redirection to our app to deliver the result back to the synchronization dialog.


== Remote Application Management tools ==
== Integrating app with MDM ==


To simplify the initial user access to the Resco app, use push applications via Remote Device Management. Follow the below mentioned parameters in your MDM to have control over your enterprise mobility.
Integrating the Android app with MDM is straightforward. You can typically choose Play Store app from the list. In the case of custom mobile apps, choose “Line-of-business app” option and upload the APK installation produced by our branding process.


{{Note|This is the Apple-defined protocol, therefore, it applies only to iOS users for all MDM providers. Since iOS version 9.3, the mobile application supports MDM key-value pair provisioning on iOS devices.}}
Similarly, the iOS App Store app can be typically chosen from the list. It’s a bit more complicated in the case of custom mobile apps because line-of-business distribution on iOS requires resigning the resulting app with your Apple Developer distribution certificate (see [[Enterprise deployment on iOS]]).
 
You are able to specify the following parameters in your MDM:
 
{| class="wikitable"
|-
| UserMode  || (0:Standard, 1:External, 2: Anonymous, 3:CurrentWinUser, 4: OAuth2)
|-
| OrganizationUrl ||
|-
| UserName ||
|-
| Password ||
|-
| Domain ||
|-
| HomeRealm ||
|-
| ADFSUsername ||
|-
| SavePassword || (true/false)
|}
 
{| class="wikitable"
|-
| ExchangeUrl
|-
| ExchangeEmail
|-
| ExchangeUserName
|-
| ExchangePassword
|}
 
{| class="wikitable"
|-
| SharePointServerType  || (0: SameAsCrm, 1: AD, 2: Online, 3: ADFS)
|-
| SharePointUserName ||
|-
| SharePointPassword ||
|}
 
Once the above configuration is specified, the application skips the initial tutorial and shows the synchronization window (with the above values pre-filled) on the first run.
 
 
[[Category:Resco Mobile CRM]]

Navigation menu