DotNetOpenAuth practice series and dotnetopenauth practice
Preface
I encountered many problems during my research on DotNetOpenAuth, many pitfalls, and it took a lot of time to call this stuff. Now I share it without reservation, we hope that bloggers can easily get started with DotNetOpenAuth and reduce the time for crawling.
Environment:
. Net4.5.1, DotNetOpenAuth v5.0.0-alpha3, MVC5
Development tools:
Visual Studio 2015
The source code of the project and other articles in this series will be written on Github.
Series of articles
1. Build a verification server using DotNetOpenAuth
Abstract: DotNetOpenAuth is the. net version of oau22. with DotNetOpenAuth, we can easily build an oau22verification server. Let's build a verification server step by step.
2. DotNetOpenAuth practices for creating a Windows Signature
Abstract: In the previous article, we set up a simple authentication server, which uses the Windows signature certificate. This article teaches you how to create a Windows signature certificate.
3. DotNetOpenAuth practices-configure a WCF resource Server
Abstract: In the previous article, we wrote an oau2's authentication server, and we also obtained the access_token. How can we use this token? We will unveil it now.
Subsequent articles writing ing