You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of Microsoft Identity Web are you using?
1.23.0
Actual behavior
Related to MSAL issue 3162.
When distributed cache serialization and encryption is enabled, in certain cases (like when encryption keys are changed), MSAL will fail to deserialize an already serialized cache entry and throw an exception.
When deserialization error happens, cache is cleared, code execution continues.
Not good solution because if at least one machine in a distributed environment is misconfigured, the cache would be cleared for all machines constantly.
The text was updated successfully, but these errors were encountered:
Which version of Microsoft Identity Web are you using?
1.23.0
Actual behavior
Related to MSAL issue 3162.
When distributed cache serialization and encryption is enabled, in certain cases (like when encryption keys are changed), MSAL will fail to deserialize an already serialized cache entry and throw an exception.
Repro
Expected behavior
Other possible solution:
The text was updated successfully, but these errors were encountered: