dotnetopenauth
DotNetOpenAuth - How to make it work behind a load balancer?
I have a load balancer with some web servers behind it. The traffic hitting the load balancer is secured with SSL and the data coming from the load balancer to the web server is sent as unencrypted HT[详细]
2023-03-15 17:58 分类:问答MVC RelyingParty and Provider as single code base
I have been converting the projects: OpenIdRelyingPartyMvc and OpenIdProviderMvc to be the same code base. I wish to have a website which can provide both of those functions.[详细]
2023-03-15 09:38 分类:问答DotnetopenAuth throws a "ProtocolException
I am trying to implement OpeinID login with ASP.NET MVC. I am trying to follow steps given as inhttp://blog.nerdbank.net/2008/04/add-openid-login-support-to-your-aspnet.html[详细]
2023-03-12 01:06 分类:问答OpenIDSelector problem in asp.net
I am trying to use OpenID in my website using asp.net_c#. I am working on asp.net forms website with asp.net v4. The issue i am having is with openidselector control from my toolbox generated from dot[详细]
2023-03-11 13:49 分类:问答OpenID reference problem in asp.net
I am trying to use OpenID in my website using asp.net_c#. I am working on asp.net forms website with asp.net v4. I a开发者_Python百科m following the articles: http://danhounshell.com/blog/adding-openi[详细]
2023-03-10 21:45 分类:问答Error integrating OpenID in asp.net
I am trying to use OpenID in my website using asp.net_c#. I downloaded the latest version of dotnetopenauth 3.4.7 from http://www.dotnetopenauth.net/[详细]
2023-03-10 09:49 分类:问答DotNetOpenAuth POST sample with JSON body
I\'m using DotNetOpenAuth and attempting to post a JSON object to a server. The server is throwing a WebContentType = Raw error.[详细]
2023-03-09 07:50 分类:问答DotNetOpenAuth Unexpected response Content-Type text/javascript
Some OAuth providers are not well-behaved, one example being mail.ru. Their returned content type is text/javascript, motivated by t开发者_运维百科heir developers as simplifying their debugging routi[详细]
2023-03-08 06:02 分类:问答DotNetOpenAuth - Message signature was incorrect
There is already a StackOverflow post that has addressed this issue. However, it couldn\'t help me. So, I have written an OpenID login implementation using DotNetOpenAuth and I keep on getting \"Mess[详细]
2023-03-07 12:08 分类:问答open_identifier values - what is the value for Facebook? & list somewhere?
http://andrewblogs.com/blog/openid-for-asp-net-mvc-a-quick-setup/ - shows me values for \"open_identifier\" for Google, Yahoo, and MyOpenID.Do you know what they are for the other providers, such as F[详细]
2023-03-06 22:00 分类:问答