Search code examples
azure-ad-b2cidentity-experience-framework

Exception of type 'Web.TPEngine.Providers.BadArgumentRetryNeededException' was thrown


When users try to sign-in they receive "Your password is incorrect" but I know the username/password is valid.

I configured the user journey recorder and I'm receiving the following:

Exception of type 'Web.TPEngine.Providers.BadArgumentRetryNeededException' was thrown.

What does this error mean and how do I fix it?


Solution

  • Turns out, when the ProxyIdentityExperienceFramework Azure AD App was created, it was created incorrectly. It was created as a Web app / API, not a native app like it was supposed to be.

    enter image description here