1

From some document of Apple, I've read that: "Once the Mobile Device Management server and network are configured, the first step in managing an iPhone or iPad is to enroll it with an MDM server. Some MDM vendors use an app to kickstart this process, others initiate enrollment by directing users to a web portal to trigger the Over-the-Air Enrollment process via Safari."

After take a look on https://developer.apple.com/library/archive/documentation/NetworkingInternet/Conceptual/iPhoneOTAConfiguration/OTASecurity/OTASecurity.html

I have a stupid question: all that user have to do is logging in webpage, installing response profile when he is prompted and nothing more, no additional code on device because other actions which must execute on device like "response back to the server with specific device attributes" on phase 1, signing request on phase 2... are automatically done (by framework or some buildin client..., eg)

Am I wrong?

4

1 回答 1

1

不,你没有错。

用户的任务是指定凭证,之后“空中配置文件交付”协议开始执行。您可以在该图中看到的其他阶段由 iOS 操作系统和您的服务器完成(这意味着您必须编写自己的 SCEP 服务器或将整个过程传递给 SCEP 服务)。

祝你今天过得愉快!

于 2014-06-19T14:01:10.013 回答