Web Form B2C Redirection
Dave O'Hara
1
Reputation point
I have a legacy web form that needs to use B2C for authentication. I'm getting the B2C login ok, if I use something like http://localhost:55555 in the redirect uri on the application registration. The problem is that after getting through the login, it goes to a blank screen that has localhost:55555 in the URL line. If I try to make the redirect uri something like http://localhost:55555/auth_return, it immediately goes to http://localhost:55555/auth_return and doesn't stop to do the authentication.
What am I missing? I appreciate any help.
Sign in to answer