Why do I get an error navigating to home/index after successful log in and receiving an access code
I am using Azure Active Directory B2C and I am able to successfully sign in and receive and access token. However, when the B2C oidc process navigates back to my registered Uri, it looks like the following: "https://captiveexpensesweb.azurewebsites.net/MicrosoftIdentity/Account/Error#access_token"
I cut out the access token as you can see. Anyway, I have been fighting with this for a couple days and have not been able to figure it out. My actions have been to either run the B2C_1_SSMEMS_SUSI signupsignon flow or select the url on the app service, which means I am simply trying to run the app with azures default url: "https://captiveexpensesweb.azurewebsites.net/". I have yet to add my custom domain which would also mean I have yet to assign a certificate. I works perfectly local, just not after deploying. By the way, I deployed the app using VS Publish.