Authenticating Users via Restful WCF services on Azure IIS Server -


i'd write mobile location based application (iphone, andorid , blackberry) , post data web server (hosted on azure iis) via wcf restful services.

what best way authenticate users?

rest authentication can done custom (like api key auth), or using basic auth or oauth. depends on interaction want. can use acs pretty secure rest based service. however, depends again on think have in terms of interaction.

as starting point, here @ least (http://acs.codeplex.com/) see how use acs , started.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -