I followed Microsoft Entra ID's documentation to create a web API and an SPA and both of them redirect the requests to URLs like https://jwt.ms
and http://localhost:4200
. I also created a user flow by following this tutorial and associated the SPA application with the user flow. According to the documentation, the "Run user flow" document should appear after a few minutes but never shows up and hence I'm unable to produce a token.
Assuming all tutorial steps are followed carefully, what is the issue in this setup? Is there anything that's not possibly documented or missing?