Consider the log in page on N开发者_运维百科erdDinner.com: http://www.nerddinner.com/Account/LogOn
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 b
I am able to authenticate the user using ADFS and succeded in getting the user alias using the below statement. Since some time, i am looking for a way in getting the other claims of the authenticated
I am trying to use the DotNetOpenId library to add OpenID support on a test website. For some reason it keeps giving me the following error when running on Firefox. Keep in mind that I am using localh
I\'m using DotNetOpenAuth lib to work with Google(only) OpenId. And I\'m retrieving Email without any problem. But I can\'t get FullName, it is always null.
Does anyone have any documentation on DotNetOpenAuth and the way it handles while lists and black lists?
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.
I trying to test an AccountController that uses DotNetOpenAuth but I am running into a problem. I want to test the Logon Actionresult to see that it is returning the correct views. The test fails beca
I am trying to unit test the code I got from an DotNetOpenAuth example but I have a hard time getting the UrlHelper to work in my tests.
I am currently playing with DotNetOpenAuth to make an ASP.NET (C#) website use OpenID instead of the normal login-password routine for user and session handling.