I have been using DotNetOpenAuth\'s \"OpenIdTextBox\" control on our login page. We used VS 2008 + .NET 3.5 + Ajax UpdatePanel without any issues.
Is there a way to render a \"Sign Out\" button using DotNetOpenAuth. Basically I need s开发者_StackOverflow社区ome sort of Log In status control, that would display the OpenId login form, just like
I\'m looking at the [Authorize(Roles = \"Defa开发者_如何转开发ultUser\")] available in MVC, but I can\'t seem to figure out if I can use it with DotNetOpenAuth.
I am using OAuth to access Gmail with dotNetOAuth. How can I force Google to return user\'s email address as part of callback after authorization?
I\'ve been using DoNetOpenAuth library and followe开发者_StackOverflowd the example here The authentication is working, but even though I require an email, the claimsresponse is null.
Im trying to log in using OpenID/Relying Party (Google, Yahoo!..). My login page is as follows. What I want to do is simple:
After I upgraded to MVC2 and the newest dotnetopenauth I keep getting \"No OpenID endpoint found.\" when I try to login using google apps. I works fine on localhost but not on开发者_如何转开发 my doma
Using DotNetOpenAuth 3.4.3.10103 when i call: public static XDocument GetUpdates(ConsumerBase twitter, string accessToken) {
I am trying to host my site that uses DotNetOpenAuth (OpenID) behind ISA 2006 (reverse proxy), and after it authenticated with a provider (such as Google), and it returns with a URL with %253A in the
When the user clicks the OpenIdButton to log on to myOpenID, they navigate to the myOpenID sign in page and are prompted for a Username and password.