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

Keychain failed during "retrieve wpj identity attr" operation #1477

Closed himanthmaddi closed 5 years ago

himanthmaddi commented 5 years ago

Though I have com.microsoft.adalcache in my keychain groups, am still facing this problem whenever a popup comes to enter credentials. But It is returning invalid credentials, if they are wrong. Throwing the above error for valid credentials. And I haven't changed the default ADKeychainTokenCache. Am not using any certificate based authentication.

ADAL version -- 2.7.15 Xcode -- 11.0 iOS -- 13.1.2

It was working fine earlier before pushing the app from Xcode 11.

oldalton commented 5 years ago

Thanks for reporting this. This issue will be fixed in ADAL 2.7.16: https://github.com/AzureAD/azure-activedirectory-library-for-objc/pull/1478. This should already work in 4.x.

himanthmaddi commented 5 years ago

Yes, It's working in 4.0.3. Thanks.