ASP.NET Web API 2: How do I log in with external authentication services?

前端 未结 3 1425
萌比男神i
萌比男神i 2020-11-27 09:33

According to this post http://www.asp.net/web-api/overview/security/external-authentication-services... I\'m able to log in with a local authentication service (wi

3条回答
  •  离开以前
    2020-11-27 09:59

    I found another post showing pretty details how this external authentication works. The client is WPF and server uses ASP.NET Identity.

提交回复
热议问题