Bogdan Gavril

Results 642 comments of Bogdan Gavril

The exception in your case is pointing to a KeyChain access error with code 25293. KeyChain is the Mac credential manager. The original exception points to a DPAPI exception. DPAPI...

DPAPI requires the user profile to be loaded. This article (the second half) describes similar problems and provides some workarounds, could you please try them out?

To sum up, there seem to several separate issues happening here, looking at the inner exception 1. "Operation Completed Successfully" - it seems like a bug in the managed layer...

@mbsnl - if possible, try the registry setting first. Some organizations might not be ok with this change, so it needs to be very clearly documented (I don't personally understand...

@erich-wang - ADAL / MSAL just fetch tokens. I was more curious where the old Az.Accounts module stores them and how.

Hi, I'm from MSAL team and I can't see what the issue here could be with MSAL. Please give us more information. Here's what I understand: 1. User logs in...

It's not clear from the logs how long the customer waited before logging in, but it looks like they waited more than 15 minutes? This seems like an excessive amount...

The behavior of the browser is driven by AAD (the service), not by the SDK. It looks like they have introduced a regression :(. I recommend that you open a...

The solution here is to use WAM: https://aka.ms/msal-net-wam for AAD accounts. For B2C accounts, Microsoft.Identity.Client.Desktop has WebView2 support.