SignInAsync vs AuthenticateAsync
Here’s a recap between all the various methods coming from the Authentification framework (for ASP.NET Core 2.0), in the order in which they’re called in a typical auth flow. ChallengeAsync This will instruct your browser on where to go to be authenticated. For example: Cookies will redirect you to your own login page (e.g. /Account/Login) … Read more