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!

link|improve this question

33% accept rate
feedback

1 Answer

Try looking at the .net implementation of OpenID. You may have to modify the code a bit to fit your purposes as it is specific to OpenID, but it is a standard OAuth implementation.

http://www.dotnetopenauth.net/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.