Mukesh Agarwal
Mukesh Agarwal

Reputation: 412

DotNetOpenauth: MVC WebSite As Resource Server

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

Answers (1)

Andrzej Jakuszyk
Andrzej Jakuszyk

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

Related Questions