Hi Azure Active Directory Community,
I'm have created a login user flow in AADB2C. I'm trying to run the flow to see how it works, but the "Run user flow" button is not working.
Can anyone please help me to understand what can be the possible issue?
Hi Azure Active Directory Community,
I'm have created a login user flow in AADB2C. I'm trying to run the flow to see how it works, but the "Run user flow" button is not working.
Can anyone please help me to understand what can be the possible issue?
@Yash-0020
Thank you for your post!
As a pre-requisite for using a B2C User Flow, you'll need to Register a web application in Azure Active Directory B2C and Enable ID token implicit grant. Once you've created your application, you can go back to your user flow, select the application, reply URL, and run the flow.

If you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.
Hi @JamesTran-MSFT,
Thanks for the quick reply.
Would you please suggest to me a way by which I can test the authentication system as the application that will be using aadb2c is in the development stage?
The first requirement of the development is to build a login system, so I want to check if aadb2c can be used to log in users or not?
@Yash-0020
Thank you for the quick follow up!
When it comes to testing your user flow(s), you can follow our - Tutorial: Create user flows and custom policies in Azure Active Directory B2C documentation to make sure everything is working correctly with your B2C flows.
I hope this answers your questions, if you have any other questions, please let me know.
Thank you for your time and patience throughout this issue.
Hello,
I had the same issue..
So when creating the App Registration you need to select (for authenticating users with user flows)!
|
|
Then add "https://jwt.ms" as Web Redirect Uri
And select this properties in Authentication (Left Menu):
|
|
8 people are following this question.