Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/asp.net/29.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用ASP.NET标识作为iOS/Android的后端_Ios_Asp.net_Asp.net Identity - Fatal编程技术网

使用ASP.NET标识作为iOS/Android的后端

使用ASP.NET标识作为iOS/Android的后端,ios,asp.net,asp.net-identity,Ios,Asp.net,Asp.net Identity,我有一个ASP.NET SPA网站(VS2013),允许用户注册(本地或通过Facebook)使用该网站。后端是ASP.NET web api。将来,我希望使用来自本机iOS应用程序的相同web服务。是否有任何方法可以验证用户的凭据并从iOS/Android登录登录?现在如何在web服务中验证用户身份(显示一些代码)?所有操作都通过ASP.NET identity(2.0):AuthenticationManager.SignIn(…)

我有一个ASP.NET SPA网站(VS2013),允许用户注册(本地或通过Facebook)使用该网站。后端是ASP.NET web api。将来,我希望使用来自本机iOS应用程序的相同web服务。是否有任何方法可以验证用户的凭据并从iOS/Android登录登录?

现在如何在web服务中验证用户身份(显示一些代码)?所有操作都通过ASP.NET identity(2.0):AuthenticationManager.SignIn(…)