AzureAD / azure-activedirectory-library-for-objc

The ADAL SDK for Objective C gives you the ability to add support for Work Accounts to your iOS and macOS applications with just a few lines of additional code. This SDK gives your application the full functionality of Microsoft Azure AD, including industry standard protocol support for OAuth2, Web API integration with user level consent, and two factor authentication support.
MIT License
177 stars 113 forks source link

Disable PKeyAuth on ADAL #1559

Closed NerevarineRule closed 3 years ago

NerevarineRule commented 3 years ago

We have recently identified an issue with ADFS v4.0 that prevents PKeyAuth Challenge from being handled properly. Disable it for now to unblock customers until ADFS team finishes investigating the issue.