I have a .net web application (asp and c#) with login functionality (myapp), I would like to implement in a second app called secondApp a "login with myapp" button using OAuth. Do you have a good exmple with server (myapp) and client(secondApp)? I couldn't find anything simple and working online...
Thank you!