Tagged Questions

1
vote
1answer
49 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
40 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
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
33 views

Is there any way to use OpenID on a Windows Mobile WinForm app?

Hello! I'm trying to use OpenID on my Windows Form application. Is there any way to use it? A web service or something simillar? The application runs on a Windows Mobile 5.0 and …
0
votes
1answer
72 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. …
0
votes
1answer
39 views

DotNetOpenId - Open Id get some data

I'm using OpenId on a new website and am trying to get some basic information about the user, see the code below. Why is the following allways null? var myData = response.GetExten …
3
votes
3answers
135 views

How to configure dotNetOpenId in an session less load balancing environment

You've probably solved this before. I need to be able to use open id in an environment that does not have session stickiness. The servers do preserve the headers. I'm using ASP.N …
0
votes
0answers
43 views

I cannot use wordpress to login with openID anymore [closed]

I'm trying to implement openid for my website. I wanted to look at how Stackoverflow did theirs, so I signed out. I use my wordpress account to sign in (which is what I have been …
1
vote
2answers
147 views

rpxnow vs dotnetopenid, What do you think ?

I read a couple of posts about this but i was really more confused about what shall i use or what would be better, or even am i missing some other solutions ? Please advice, Thank …
0
votes
2answers
92 views

sreg Yahoo problems

Hello May you please look at the issue: You may test Yahoo sreg at "https://test-id.org/OP/Sreg.aspx" ID : "https://me.yahoo.com/" username: goughev@yahoo.com password: paranoid …
0
votes
1answer
28 views

How to use ECDiffieHellmanCng with OpenId in .Net 3.5?

Hello. I need to get those parameterso of OpenId protocol: sd["openid.assoc_type"] = ???; sd["openid.session_type"] = ???; sd["openid.dh_modulus"] = ???; sd["openid.dh_gen"] = ??? …
3
votes
2answers
264 views

Request email address from OpenID provider

Hi, I'm implementing OpenID and I would like to retrieve the user's email address and other information about the user, I'm doing this: var fetch = new FetchRequest(); fetch.AddAt …
0
votes
2answers
164 views

Expectation Failed when trying to update twitter status

I can't seem to figure this one out. No matter what I do, I keep getting a "417 Expectation failed" error. Everywhere I've looked says that I need to get rid of the Expect header f …
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
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 …

1 2 3 4 next
15 30 50 per page