MsalError.StaticCacheWithExternalSerialization 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?
You configured MSAL cache serialization at the same time with a static internal cache via WithCacheOptions(CacheOptions) These are mutually exclusive.Mitigation
Use only one option. Web site and web API scenarios should rely on external cache serialization, as internal cache serialization cannot scale. See https://aka.ms/msal-net-cca-token-cache-serializationpublic const string StaticCacheWithExternalSerialization;
val mutable StaticCacheWithExternalSerialization : string
Public Const StaticCacheWithExternalSerialization As String