Bogdan Gavril

Results 716 comments of Bogdan Gavril
trafficstars

How did you setup your cache? Are you using Microsoft.Identity.Web.TokenCache ? Or did you write your own - in which case can we see the code? Are you ever clearing...

@spongessuck - for ASP.NET OWIN, I have a PR out in our sample that shows how to get the correct account id. See https://github.com/Azure-Samples/ms-identity-aspnet-webapp-openidconnect/pull/76 - this should fix the guest...

@spongessuck - the cache entry is strange, because it has 2 users in it. I would expect it to have a single user. Need to dive deeper in this: 1....

@spongessuck - my hypothesis is that there could be a bug in MSAL where a race condition between several requests is messing up the cache. While we investigate, can you...

Potential workaround 2: use `WithCacheSynchronization(true)` when you construct the CCA

This a known limitation and the team does not have resources to fix Unity / Mono setups . We would welcome a contribution. Or consider using a UWP style of...

This should now work with the latest WAM implementation, https://aka.ms/msal-net-wam

@pwallner - I think sign-out from WAM is best effort. Obviously we should not throw an error and we'll need to fix this. But as a workaround, can you catch...