ms-intune-app-sdk-ios icon indicating copy to clipboard operation
ms-intune-app-sdk-ios copied to clipboard

Feature request: Add support to retrieve an identity

Open godenzim opened this issue 4 years ago • 0 comments

Unlike Android, third party managed apps on iOS do not have access to identities (certificates and private keys) pushed by the MDM to the device.

Other MDM solutions (MobileIron, AirWatch) offer a way on iOS to assign an identity (generated, for example, using SCEP) to an iOS App, which will then be able to retrieve it using the corresponding SDK (AppConnect for MobileIron, Workspace ONE SDK for AirWatch).

In order for our app to properly work in a Intune environment, we need to be able to do the same, meaning:

  1. In the Intune MDM console, be able to assign an identity (certificate + private key) generated with some certificate enrolment mechanism (e.g. SCEP) to an application.

  2. Use the Intune SDK on the App side to retrieve this identity to use in the app.

godenzim avatar Nov 09 '20 08:11 godenzim