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
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.
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 defaultADKeychainTokenCache
. 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.