想知道是否可以将用户从 1 个本机应用程序登录到另一个应用程序或进行某种单点登录?
寻找适用于 iOS 和 Android 的解决方案。
您可以使用钥匙串组访问在两个应用程序之间交换令牌。这是一篇非常好的文章:
http://useyourloaf.com/blog/2010/04/03/keychain-group-access.html
这是参考文档:http: //developer.apple.com/library/ios/#documentation/Security/Reference/keychainservices/Reference/reference.html
;--------
iOS 7 中宣布了另一种使用 kerberos 的企业应用程序单点登录解决方案:http: //www.apple.com/ios/ios7/features/ (在 iOS7 和业务下查看)
以下是有关使用 kerberos 进行单点登录的一些基本信息: https ://en.wikipedia.org/wiki/Single_sign-on#Kerberos_based
您可以从以下链接请求移动设备管理 (MDM) 规范。这将为您提供单点登录配置文件: https ://devforums.apple.com/message/815196#815196