ASP.net identity - external login - won't log out
问题 In my application, all my authentication happens with Google - ie - all my users are Google Accounts. I don't need users to need to register in my app, just sign in using a Google account. However, I do want to manage Roles for the users with ASP.net Identity ( I think ) With that in mind, on successful external authentication, I create an ASP.net Identity user (if one doesn't exist) So, I've got my ExternalLoginCallback as follows: [AllowAnonymous] public async Task<ActionResult>