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

前端 未结 3 1435
萌比男神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 10:21

    For those trying to use Web Api 2 External Login with Facebook in Android App this post is explaining only the first part of what we have to do. Here is a very explanatory link of the whole picture:

    [Authenticated access to WebAPI via Facebook token from Android App

提交回复
热议问题