1. I have a JWT token and cookies that show that a user is logged in and has the scopes required to access the endpoints, yet this behaviour makes me think that my tokens are not valid to the API. 2. The user should be redirected to https://localhost:5001/Account/Login instead of https://localhost:6001/Account/Login. And it doesn't seem to be an easy way to just tell the API to redirect to any URI.
If anyone could help me with this, it would be great, DM or just replying here. I am pretty new to .NET and this has been something that's been confusing me for a while. Thank you for the help.