Reputation: 412
I am trying to create a resource server on ASP.Net MVC 3.0 Site. Is there any sample related to this.
My main goal is to secure MVC View on a Resource Server using another OAuth2.0 Authentication server...
Upvotes: 1
Views: 478
Reputation: 559
DotNetOpenAuth project has a sample ResourceServer written in ASP.NET (Web Forms not MVC)
The source is located here: https://github.com/AArnott/dotnetopenid/tree/master/samples/OAuthResourceServer
Upvotes: 1