Aspnetcore.docs: Social authentication without Identity

Created on 22 Oct 2019  Â·  3Comments  Â·  Source: dotnet/AspNetCore.Docs

How I read the providers to show in my login page?
When I'm using Identity I use SignInManager.GetExternalAuthenticationSchemesAsync().
But SignInManager is part of Idnetity? I'm right?


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Source - Docs.ms

Most helpful comment

The Use cookie authentication without ASP.NET Core Identity is fantastic example, Make an example like this would be great!I can downloded and running and changed to learn with example. :)

All 3 comments

SignInManager is used in the authentication templates. See https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity
to generate all the code and look for SignInManager

But in this case I want to use without the identity. Like the intention of the title of the documentation
Use social sign-in provider authentication without ASP.NET Core Identity. If I use SignInManager it will use the Identity. Would you complete this example to be more clear, please.

The Use cookie authentication without ASP.NET Core Identity is fantastic example, Make an example like this would be great!I can downloded and running and changed to learn with example. :)

Was this page helpful?
0 / 5 - 0 ratings