Kerberos authentication on iPhone
问题 Are there any libraries for kerberos authentication for iPhone? Heimdal doesn't have a build for iOS. Are there any examples for using Kerberos to Authenticate to Active Directory server? 回答1: If Apple does not provide a GSS-API for/on iOS, you are out of luck. You should consult the iOS dev forums at Apple's website. A simple Google search shows that there is no support. 回答2: iOS 5 (maybe even earlier) does have a GSS.framework that supports Kerberos. I'm not entirely sure how to use it,