Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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!

share|improve this question

1 Answer

up vote 1 down vote accepted

I think that meant a Webforms control... not relevant for MVC.

A little snooping around and I found this example: http://www.dotnetopenauth.net/developers/help/programmatic-openid-relying-party/ (scroll down to the MVC header).

share|improve this answer
Sorry... meant to add: So it looks like you'll need to write your own -- true MVC style! – Jay Querido Jul 13 '12 at 15:40
Thanks Jay for your infos – GibboK Jul 13 '12 at 18:32

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.