I followed the this article to configure my asp.net core application's authentication using FusionAuth. I created an application on their Sandbox account (cloud hosted application) instead of hosting it at my local pc.
Everything looks fine, it redirects me to fusionAuth login page when I click on a secure page but after login it redirects me to http://localhost:5000/signin-oidc
and show the following page
I can't find enough help on this topic, can anyone please guide me further?