Scenario: I have 1@gmail.com, so I login on a site which features google login, like stackoverflow stackoverflow bounces me over to google.com\'s login
I\'m trying implement an openId login withGoogle account together with ASP.NET MVC 2 framework and DotNetOpenAuth library.
I\'m trying to authenticate users to my ASP.Net MVC2 app throw a google apps standard edition account. I could not found examples nor documentation to achieving. I looked into DotNetOpenAuth Samples S
So I create a new dnoa mvc2 site from the template, run setup.aspx without issue, login and authorize my openid - all ok, but on the redirect to
I\'ve been using a custom membership provider for authentication in all m开发者_运维问答y web form applications till now.I\'m about to start developing my first website using MVC.I\'m wondering if I s
I am using AXFetchAsSregTransform behavior in DotNetOp开发者_JAVA技巧enAuth and thereafter using
How to make a开发者_如何学JAVAttribute exchange request in dotnetopenauth.If you are just trying to get standard attributes, I recommend you read about the AXFetchAsSregTransform which hides the compl
I\'m having trouble getting a DNOA RP working behind an SSL appliance (terminates the client HTTPS connection and reverse-proxies HTTP to the webserver behind it).
I working on MVC project and use DotNetOpenAuth to connect with twitter, Once i declare private static InMemoryTokenManager _tokenManager = new InMemoryTokenManager(\"Twitter Consumer key\", \"Twitt
I´m getting a problem sending the authentication request with activated attribute exchange. It works with FF and Opera but IE seems to have a problem with it.