I have a website, which contains huge user information. I would like to share these users information using OAuth to third parties users/websites. I found some of the questions related to my requirement, but those were not clear for me. (oAuth ASP.NET Membership Provider). I would like to use dot net OAuth for authentication. My Queries are as follows.
How we can implement an authentication mechanism when the client request an API service. For authentication probably client may need some sort of consumers keys. How they will get those keys. Any registration is needed ?
Do I need to manually maintain any data base for storing the consumers keys/Secret Keys/
Token Detais Or will it handled Automatically.
I have only rough idea about this kind of authentication. So detailed help will be helpful for me.
Thanks.