Reputation: 73958
I have a MVC 3 Web App in C#, I have installed from NuGet the DotNetOpenAuth library
PM> Install-Package DotNetOpenAuth
The download page says that an AJAX-style OpenID Selector control is included
, but I cannot find instructions on where it is and how to install it on a View.
Could you point me out in the right direction? Thanks!
Upvotes: 2
Views: 483
Reputation: 1277
I think that meant a Webforms control... not relevant for MVC.
A little snooping around and I found this example: https://github.com/DotNetOpenAuth/DotNetOpenAuth/wiki/Creating-an-openid-relying-party-(programatically) (scroll down to the MVC header).
UPDATE: Updated broken link.
Upvotes: 1