microsoft-authentication-library-for-dotnet icon indicating copy to clipboard operation
microsoft-authentication-library-for-dotnet copied to clipboard

[Documentation] Add troubleshooting information to Token cache serialization docs

Open gladjohn opened this issue 3 years ago • 0 comments

Documentation related to component Token cache serialization in MSAL.NET

  • [ ] typo
  • [ ] documentation doesn't exist
  • [x] documentation needs clarification
  • [ ] error(s) in example
  • [x] needs example

Description of the issue update the docs, by adding a troubleshooting section

L2 cache operations fail silently.

 options.OnL2CacheFailure = (ex) =>
                            {
                                Trace.WriteLine(ex);
                                return true;
                            };

Internal issue link

gladjohn avatar Jan 19 '22 18:01 gladjohn