ASP .NET Core custom authentication scheme with external login – Asp.net
I have a website where users log in on an external website and are redirected back with a token in the querystring. I then validate the token and create the authentication ticket. How would I check on subsequent requests that…