AzureAD/microsoft-authentication-library-common-for-objc

NegotiateHandler should always reject protection space for iOS

oldalton opened this issue · 1 comments

Currently it does the same Kerberos handling for both iOS and macOS. However, Kerberos is handled transparently by the system, so we should always reject negotiate if we get one.

@jasoncoolmax Can you take a look at this one :)?