MsalError.InvalidAdalCacheMultipleRTs Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What happens?
The ADAL cache is invalid as it contains multiple refresh token entries for one user.Mitigation
Delete the ADAL cache. If you do not maintain an ADAL cache, this may be a bug in MSAL.public const string InvalidAdalCacheMultipleRTs;
val mutable InvalidAdalCacheMultipleRTs : string
Public Const InvalidAdalCacheMultipleRTs As String