1
vote
1answer
53 views
DotNetOpenAuth autopostback
I am using DotNetOpenAuth-3.3.0.9302 nightly build, I have run into a problem where it seems that if openidajaxtextbox is placed in a update panel it blocks autopostback events fro …
1
vote
1answer
42 views
I am trying to use openid for my website. Can someone please point me to a asp.net mvc working sample that uses openid
Due to lack to time i cannot dig google and get information about openid and then implement it. Can someone please point me to a working asp.net sample that explains how openid wor …
0
votes
2answers
68 views
claimsResponse Return Null
hello i have a following code in asp.net. i have used DotNetOpenAuth.dll for openID. the code is under
protected void openidValidator_ServerValidate(object source, ServerValidateE …
1
vote
1answer
58 views
Two legged OAuth using DotNetOpenAuth
I have read up on two legged OAuth and understand the principals behind it - my question is specific to the DotNetOpenAuth library. Is there sample code or supporting documentatio …
0
votes
1answer
37 views
DotNetOpenAuth get email
I am running dotnetopenauth 3.3.0.9283 (nightly build), it works great and it solved my previous problem ( http://stackoverflow.com/questions/1539671/dotnetopenauth-get-email-and-r …
0
votes
1answer
73 views
Why is my ClaimsRequest coming back null?
I have just begun experimenting with the DotNetOpenAuth project. Modifying the sample OpenIdRelyingPartyMvc project, I was able to get a ClaimRequest for Email to work with Google. …
1
vote
1answer
79 views
DotNetOpenAuth get email and redirect problem
hi
i am trying to setup DotNetOpenAuth using the OpenIdAjaxTextBox but i have two problems
i want to be able to get the users email address and i think that is done in the logged …
1
vote
2answers
79 views
Why can’t I log in with “claimid.com” as an OpenID?
Hi,
I need to implement a relying party for Open ID in a load balanced environment.
Following the suggestions found here I have tried passing null to the OpenIdRelyingParty constr …
1
vote
1answer
44 views
How can I get AttributeExchange and/or SimpleRegistration working with MVC?
I'm banging my head against a wall trying to get either AttributeExchange or SimpleRegistration working with the 3.2.0.9257 version of DotNetOpenAuth.
Here is what I've done:
Do …
0
votes
1answer
67 views
Maximum time allowed to complete authentication has been exceeded
I am using DotNetOpenAuth to authenticate an app on Windows Azure. From time to time, the system is slow, and I end up with the following error message
Login failed: The maxim …
2
votes
1answer
57 views
Why isn’t information about the openID user coming through the protocol?
I am using DotNetOpenAuth to integrate openID in our web application. The code below requests the information to the provider.
try
{
var req = openid.CreateRequest(Request.For …
1
vote
3answers
107 views
Retrieve OpenId User Information (Claims) across providers
I'm using DotNetOpenAuth to log in as part of my login process. It works great for handling authentication but the process of retrieving user information from various openId provid …
1
vote
2answers
63 views
DotNetOpenId — Getting replay attack failure with programmatic and web logins
I'm adding optional OpenID authentication to the system. Everything works smoothly with DotNETOpenID. Yet, I get an issue when:
User logs into the web application using a standar …
2
votes
1answer
174 views
Friendly name from Google using OpenID?
When I play ping-pong with the Google OpenID provider, I can't get a friendly name/nickname/username (whatever you want to call it).
I get something atrocious looking like the fol …
2
votes
1answer
198 views
DotNetOpenAuth - OpenId login redirect hangs when relying party is trusted site
I am using the DotNetOpenAuth MVC relying party sample code (with some cosmetic changes) to integrate OpenId into an ASP.NET MVC application.
The code works great except for the f …
