标签: asp.net authentication asp.net-web-api asp.net-identity-2
我正在构建一个使用asp.net身份进行身份验证的web api。 我还有现有的用户数据库存储,我想用作外部登录提供商。
有没有办法可以创建和外部登录提供商一样 Facebook和Google身份验证是asp.net吗?
样品
app.UseFacebookAuthentication(); app.UseGoogleAuthentication();
我想要的是像
app.UseMyOwnAuthentication();