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
178 stars 113 forks source link

NTLM does not work in app extensions #753

Closed RPangrle closed 7 years ago

RPangrle commented 8 years ago

We use a UIAlertView to preset the credential prompt, which is not allowed in app extensions. Right now the end result most likely is that the prompt never gets shown and we get stuck.

RPangrle commented 7 years ago

We've not had any requests for this from customers. Closing for now.