up vote 0 down vote favorite
share [g+] share [fb]

i am using dot net open id for implementing openid in my website i want to redirect user to any of the open id provider site for sign up just like that of stack overflow provides for myopenid how to achieve this

link|improve this question

76% accept rate
feedback

1 Answer

Please look at this question and then go snag DotNetOpenAuth as your server library.

link|improve this answer
no no its not like that what i want is signup mechanism not sign in i have implemented the sign-in mechanism and it is working fine. for example in stackoverflow they provide a link to myopenid site on clicking of which an affiliate id comes in url and user redirected to their site after signing up there user comes back to stackoverflow as a new user – Mac Aug 27 '10 at 7:17
So it's the UI from StackOverflow you want to capture, including the buttons and the way you can sign up as a new user and still log into the original site? That's all part of the openid selector jscript control that they're using that's discussed in the answers of the question I linked to. And as for redirecting the user back after sign-up, that's standard (decent) OpenID Provider behavior. – Andrew Arnott Aug 27 '10 at 7:32
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.