Error in javascript when authenticating with Azure AD B2C, using MSAL on WinForms .NET Framework 4.8

Rodolfo Motta 0 Reputation points
2024-05-30T14:04:45.5533333+00:00

I'm using Azure AD B2C in a Windows Forms application (.NET Framework 4.8). When the MSAL library opens the embedded webview to authenticate the user, it shows the following error message:

b2c error

The user flow is SignupSignin, version "Recommended" and the template is "Classic" without any customization.

Looking at the javascript, it seems related to this line:

r.catch(()=>{})}};

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.