访问配置文件中的身份
我正在为一家公司开发一个应用程序,要求其用户使用证书来识别自己的身份。
基本上,应用程序将创建与服务器的连接,并使用 NSURLConnnection 委托方法发送用户凭据。现在,我已经能够从部署为应用程序包中的资源的证书中读取凭据,并将凭据发送到服务器。我们还能够执行 OTA 注册,我需要知道是否可以通过 OTA 注册流程部署个人证书,然后使用我们正在开发的应用程序访问该证书。
我已阅读文档,指出应用程序只能访问其自己的钥匙串项目,但我不知道是否可以在配置文件中以某种方式指定应用程序 ID(与在之间共享钥匙串的方式类似)应用程序),然后可以访问这些证书。或者,也许这是一种不同的方式来完成交付可使用我们的应用程序访问的个人证书的任务。
提前致谢
I'm developing an application for a company that requiers their users to identify themselves using a certificate.
Basically the application will create a connection with the server and, using the NSURLConnnection delegate methods, the app will send the user credentials. Right now I have been able to read the credentials from a certificate deployed as a resource in the application bundle and send the credential to the server. We have also been able to perform an OTA enrollment, and I need to know if it is possible to deploy a personal certificate via OTA enrollment process and then access that certificate with the application we are developing.
I have read documentation stating that applications have access only to its own keychain items, but I don't know if it is possible to specify somehow the application ID in the Configuration Profile (in a similar way that it is done to share a keychain between applications) and then have access to those certificates. Or perhaps it is a different way to achieve the task of delivering personal certificates that are accessible using our application.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论