abpframework / abp

Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.94k stars 3.45k forks source link

How to Integrated third-party sign-in? #1865

Closed vincywindy closed 5 years ago

vincywindy commented 5 years ago

The old abp project has https://aspnetboilerplate.com/Pages/Documents/Zero/User-Management#external-authentication, Does vnext has same like this? I want to Integrated Wechat sign-in

maliming commented 5 years ago

There seems to be no such module at present. However, vnext integrates asp net core identity. You can try its external authentication. https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/?view=aspnetcore-3.0&tabs=visual-studio https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers