Bogdan Gavril

Results 716 comments of Bogdan Gavril
trafficstars

Another way of handling this is to force the embedded browser to user newer version of IE. There is a registry property and enable IE11 emulation on the internal browser:...

I have a feeling @bboyajiantest is performing accessibility testing for VS? This looks like our embedded browser no? @crmann1 - was this working before?

Unless there an explicit requirement for this, we will not fix this. ALT+F4 can be used. I'm not seeing TAB selecting the close button on other apps.

This never worked though, and I'm not sure it is possible to make it work. I can't select the close button with TAB in any application (WinForms or WPF). Thoughts?

Does this help? https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3636 @sameerkapps - can we improve the user experience or the docs ?

@ziron999o365 - please use new broker preview experience, which does not require `Microsoft.identity.Client.Desktop` - see https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/wam @pmaytak - you already added explicit support for net6. For windows components, users will...

Can you try to use WAM instead? It will do the ROPC flow instead of MSAL, and it's a Windows component. See https://aka.ms/msal-net-wam

Just enable WAM as described here on the PublicClientApplication object - https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/wiki/WAM#to-enable-wam-preview Then call `AcquireTokenByUsernamePassword`. WAM will take over.

If you write a C# app and try with the same user, do you get the same error or does it work? Can we get logs please?