Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><em>Update</em></p> <p><a href="http://dotnetopenauth.net/">DotNetOpenAuth</a> has moved on since this was initially posted. I strongly suggest you follow Ashish's advise and take a look at the samples. It contains code to write Authorization Servers, Resource Servers and Clients for all the major flows. </p> <p><strong>If you wanted a pre built solution, with opensource code</strong></p> <p>Thinktecture Identity Server is an Open Source .NET security token service. It supports a number of endpoints for authentication including OAuth 2.0 Bearer tokens. </p> <p><em>Update</em> this Thinktecture Identity Server is now on <a href="https://github.com/thinktecture/Thinktecture.IdentityServer.v2/wiki">version 2</a> and supports these OAuth 2.0 flows</p> <ol> <li>Resource Owner Password Credential Flow </li> <li>Implict Flow &amp; JavaScript</li> <li>Authorization Code Flow</li> </ol> <p>again take a look at the code to see how it was all done and there are samples <a href="https://github.com/thinktecture/Thinktecture.IdentityServer.v2/tree/master/samples">here</a> to show how to plumb it in.</p> <p>I hope this helps - these library's and examples have hugely helped us over the past few months.</p> <p><em>Update</em></p> <p>There is also another example <strong>warning, it looks dated</strong> of a simple OAuth provider for MVC <a href="http://community.codesmithtools.com/CodeSmith_Community/b/tdupont/archive/2011/03/18/oauth-2-0-for-mvc-two-legged-implementation.aspx">here</a> Sample code <a href="http://code.google.com/p/codesmith/downloads/detail?name=OAuth2.zip&amp;can=2&amp;q=#makechanges">here</a> </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload