I have a web application running on boxA, and have Sharepoint 2013 farm running on boxB, for example.
I would like to setup the OAuth authentication in order to allow web application on boxA to access the Search REST service on boxB.
When I google, all the things I found are only related to accessing SharePoint 2013 through Apps . I don't want to create App, I just want to access SP2013 site content from a remote web application.
Is there any guideline or technet article that I can refer to? (Starting from setting up OAuth, configuring clientid, clientsecret, and remote app domain, to getting token to access REST service in C#)
Any help would be appreciated!