I'm developing a small app, I have an asp.net web application with a WCF data service. On my app, the data service is exposed to Android, and I want to authenticate the users.
The user's credentials will be stored in a database. Is it possible to use membership and role provider to authenticate the users? If not, what is the best authentication method, so that I can give permissions to some operations and deny it for other operations?