I am using below method of ADAL iOS library to Acquire access token silently.
acquireTokenSilentWithResource:completionHandler:
But it fails with an error:
ERROR: Error raised: 10. Additional Information: Domain: ADAuthenticationErrorDomain ProtocolCode:(null) Details:The user credentials are need to obtain access token. Please call the non-silent acquireTokenWithResource methods.. ErrorCode: 10.
Any help is appreciated.Tested in both ADAL iOS versions 1.2.1 and 1.2.9.
acquire...Silentcan use the refresh token to get a new access token silently)? - Philippe Signoret