damienbod / IdentityServer4AspNetCoreIdentityTemplate

An ASP.NET Core 6.0 IdentityServer4 Identity Bootstrap 4 template with localization

Home Page:https://www.nuget.org/packages/IdentityServer4AspNetCoreIdentityTemplate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

External login

jack1232 opened this issue · comments

How to add the external login with google, twitter, facebook, etc.?

Hi @jack1232

This works exact like the Microsoft Docs for this use case.

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social

Hope this helps

Greetings Damien