We can't seem to find your account

DT 20 Reputation points
2024-12-02T17:39:42.79+00:00

I am working on setting up Azure B2C and am having trouble with user flows. No matter what user I try, when I test a basic user sign in flow, upon entering credentials I get "We can't seem to find your account". This happens with my own user account that is a member on the app I registered.

I have the redirect url going to https://jwt.ms, but I can't even get there.

I'm pulling my hair out on this.. what could be wrong?

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

1 answer

Sort by: Most helpful
  1. James Hamil 27,221 Reputation points Microsoft Employee Moderator
    2024-12-05T23:41:53.1766667+00:00

    Hi @David Tarin , this could be caused by a number of reasons. Here are some things you can check:

    1. Make sure that the user account you are trying to sign in with is a member of the Azure AD B2C tenant. You can check this by going to the "Users" blade in the Azure portal and verifying that the user is listed there.
    2. Make sure that the user account has been assigned to the application that you registered in Azure AD B2C. You can check this by going to the "Enterprise applications" blade in the Azure portal and verifying that the user is listed there.
    3. Make sure that the user account has the correct sign-in credentials. If the user is signing in with a password, make sure that the password is correct. If the user is signing in with a social identity provider, make sure that the user has linked their social account to their Azure AD B2C account.
    4. Make sure that the user sign-in flow is configured correctly. Check that the user flow is enabled and that the correct identity providers are selected. Also, make sure that the redirect URI is correct and that it matches the URI that you specified when you registered your application.
    5. Check the Azure AD B2C logs for any error messages. You can view the logs by going to the "Diagnostic settings" blade in the Azure portal and selecting "Export to Log Analytics" or "Export to Event Hub".

    If you are still having trouble, you can try testing the user sign-in flow with a different user account or creating a new user account to test with. You can also try testing the user sign-in flow with a different application to see if the issue is specific to your application.

    Please let me know if you have any questions and I can help you further.

    If this answer helps you please mark "Accept Answer" so other users can reference it.

    Thank you,

    James

    0 comments No comments

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.