Mobile device management: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 46: Line 46:


For Android and Windows Store versions, we do have an app with integrated Intune SDK that we can build on-demand, without the need for wrapping (in theory, as the MDM requirements can change any time).
For Android and Windows Store versions, we do have an app with integrated Intune SDK that we can build on-demand, without the need for wrapping (in theory, as the MDM requirements can change any time).
=== Use enterprise authentication on Windows apps ===
If you want to use authentication methods like conditional access, user certificates, or reverse proxy on Windows Desktop and Windows Store (UWP) apps, the mobile user needs to enable the '''Enterprise Authentication''' switch in the '''Sync''' window.
[[File:Enterprise authentication.png|400px]]
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 ==
== Remote Application Management tools ==

Navigation menu