I want to use Azure AD B2C with Microsoft.Identity.Client. But when I call this AuthenticationResult ar = await App.PCA.AcquireTokenAsync(App.Scopes, App.UiParent); . I get error authentication_ui_failed .
Any ideas? I have been stuck here for 3 days now..
↧
Microsoft.Identity.Client.MsalException : authentication_ui_failed
↧