Hi everyone,
Just a small issue I’ve hit while implementing Azure AD B2C. After logging in Azure has been routing me to the base path instead of including the controller.
The solution to this turned out to be pretty straight-forward. All URLS apparently need to be including in the reply URLs of your Azure AD B2C application.
Just add a new row with the entire url to yours and it should start working immediately.
Thanks,
Chris
Leave a Reply