GMail and ASP.Net Core Identity

Hi

I have built a small application using Radzen Blazer Studio and it work fine with to out off the box solution for login in. I would like to add Google and Facebook login to my app so the user can choose login method. Can someone point me in the right direction?

Hi @VictorW60,

The built-in security providers do not support social logins out of the box. You can refer to the official Microsoft documentation here: Using external login providers with Identity in ASP.NET Core | Microsoft Learn

Thanks I will try that!