-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We're trying to move an ASP.NET MVC application, which uses DotNetOpenAuth OpenID Version 3.4.1, from a single server web garden to a physical server cluster held behind a hardware load balancer.
Our old setup (OpenID RP working):
Browser = SHTTP = Server = WebGarden = Nonce/Session Store
Our new…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm getting a "Message signature was incorrect" exception when trying to authenticate with MyOpenID and Yahoo.
I'm using pretty much the ASP.NET MVC sample code that came with DotNetOpenAuth 3.4.2
public ActionResult Authenticate(string openid)
{
var openIdRelyingParty = new OpenIdRelyingParty();
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello, all,
I'm having trouble implementing my OpenID provider with DNOA 3.4.3. Everything was going absolutely peachy until I needed AX support as well. I set AXFetchAsSregTransform in the web config, as recommended by Andrew at http://groups.google.com/group/dotnetopenid/browse_thread/thread/5629a24c0a7e8d99…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I receive back a good oauth_verifier value from the server, but it is not being passed on via the ProcessUserAuthorization call to the access_token endpoint.
I'm using DotNetOpenAuth 3.3.1, and the WebConsumer implementation.
The server I'm working with is using OAuth 1.0a not 1.0.1.
Do I need to…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Introduction
We have an OpenID Provider which we created using the DotNetOpenAuth component. Everything works great when we run the provider on a single node, but when we move the provider to a load balanced cluster where multiple servers are handling requests for each session we get issue with…
>>> More