4
Reply

What is OAuth?

Sagar Pardeshi

Sagar Pardeshi

Jan 06, 2014
2.1k
0

    http://oauth.net/2/

    Shweta Lodha
    April 15, 2014
    0

    http://www.codeproject.com/Articles/577384/Introduction-to-OAuth-in-ASP-NET-MVC

    Munesh Sharma
    April 15, 2014
    0

    OAuth allows a user to share his data store in one side with other side without letting the other side know about the username and password of the previous site. Its similar to online payment system, where when we click on the payment we are redirected to our bank website for payment. Similarly, when we try to login to a website with other website credential we will be directed to other website.

    plm
    March 10, 2014
    0

    OAuth enables users to approve an application to act on their behalf without sharing their user name and password. 
    For example, it enables users to share their private resources or data (contact list, documents, photos, videos and so on) that are stored on one site with another site

    Sagar Pardeshi
    January 06, 2014
    0