Hi Experts,
I want to create web-API's(REST) project, and this api's required to be authenticated. Please tell the best way to authenticate? is Oauth2 is good for authentication? if so you how to create a oauth2 - provider project. is there any sample code?, I am using sql server database. Can we use this database to store the consumer keys.
consumer application which is using can be asp.net web application or it can be mobile application. Please help
Thanks in Advance,
Bharath AK
Please go through this link, http://oauth.net/2/ It has clear documents to implement oauth2 server.