Peter

Results 62 comments of Peter

> There should be some sort of exception classification and guidance for app developers on how to handle these errors. I think this ^ is covered under second point in...

The described behavior is expected. AcquireTokenSilent (ATS) checks the MSAL cache and if it finds a non-expired token, it will return it. So the ExpiresOn will stay the same. At...

Another todo for this is to update App Center tests and add devices for v12.1 (API 32) and v13 (API 33). We currently only have v12 and v11.

Do you happen to set [`ListWindowsWorkAndSchoolAccounts`](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/1a03675fbe85fd26c130d5be57ae696309e7e90d/src/client/Microsoft.Identity.Client/ApiConfig/WindowsBrokerOptions.cs#L48) to true? There was a similar issue: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/2696 Does this happen for all account types, like if you login with Operating System account vs...

> Looks like this is blocking some folks, so implement the suggestion. @bgavrilMS Which suggestion [Dynamically disable this in code](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3329#issuecomment-1190220663) or [Improve the Adal Serialize/Deserialize perf](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3329#issue-1238986031) > Any reason we...

Related [migration doc](https://docs.microsoft.com/en-us/dotnet/standard/serialization/system-text-json-migrate-from-newtonsoft-how-to?pivots=dotnet-6-0).

@azchohfi Based on the offline discussions, we'll be trying to do side-by-side Newtonsoft + STJ implementation. STJ will be for new net6 target, Newtonsoft for the others. Probably a bit...