Jump to content

A. Ruffion

Members
  • Posts

    1
  • Joined

  • Last visited

A. Ruffion's Achievements

Newbie

Newbie (1/14)

  • Conversation Starter Rare

Recent Badges

  1. Hello, I am working on an application that allows the user to create and share encrypted containers. These containers are usually secured via a password, but for better security, we would like to secure them via certificate (through a PKCS 12 certificate). We were tinkering with the idea to use MDM-generated user profiles, complete with their own certificate, that would be downloaded on device enrollment for each user. We managed to get satisfying results on Android, thanks to the Android Keystore being accessible everywhere, but we're hitting a wall on iOS, due to the nature of the iOS Keychain being completely walled from third-party application. Would something like that be doable with the Workspace One SDK for iOS ? We've been reading the Objective-C documentation and we found out that this seemed to be doable, but we didn't find any mention of this kind of behaviour in the Swift SDK documentation. Is the Objective-C SDK no longer supported ? Is this feature still available ? To clarify, since we would need to open the containers cryptographically on the device, we're looking for a way to use the private key from an MDM-managed certificate on the device. I'm available to clarify our issues whenever you need.
×
×
  • Create New...