I am attempting to implement the example from the DotNetOpenAuth Service Provider solution but instead of using OpenId for authentication, I am using Forms Authentication.
Unexpected response Content-Type text/html DotNetOpenAuth.DLL!DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(bool condition, string message, object[] args) Line 237C#
Where is the source code hosted?G开发者_如何学Goit Hub?I cannot find it anywhere.Yes, it\'s on GitHub with the rest of the project.It\'s under the master branch.
I have used DotNetOpenAuth previously in an开发者_如何学运维 ASP.net website and it works fine. But now I wanted to create a Silverlight app. Unfortunately I can\'t reference DotNetOpenAuth.dll, since
My sample works great on my Wifi internet at home. However, at work w开发者_高级运维e have a proxy server and it is not working at all.
How can I add my own claim to a user assertion using DotNetOpenAuth as an OpenID Provider? I need to add some attribute to ClaimsRequest and ClaimsResponse like \"UserID\".I added this attribute in b
I have the following code where its grabbing First/Last name.I realize that email is an extended permission, but what would I need to modify to request extended permissions?
When I call my authenticate, I am passing the Return Url from from the Query String.When the Open Id provider redirects back to the same Action Result, the Return Url parameter is null.What is the bes
I am still reading on using dotnetopenauth and google openid. In the google docs they mention some parameters that need to be passed like:
Trying to use the StartSignInWithTwitter method. 开发者_开发问答 When the method is called soon after an exception is thrown.This is using the latest version of DotNetOpenAuth.Would it have anything t