Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Integrating OpenID into a website's registration process

I want to integrate the same registration process that Stack Overflow has into my website. Does anyone know if this is possible and any ways I can go about doing this?

I am using ASP.NET MVC for my site implementation. It would be awesome if someone could point me in the right direction with some examples etc.

like image 297
Goober Avatar asked Dec 22 '22 09:12

Goober


2 Answers

You can find out how to use OpenID here.

like image 198
Pete OHanlon Avatar answered Jan 12 '23 04:01

Pete OHanlon


There's also DotNetOpenAuth.

Edit:

Andrew Arnott also pointed out in the comments that there is a pretty awesome OpenID selector control available. The Stack Overflow question it relates to is here.

Thanks Andrew!

like image 43
Dan Atkinson Avatar answered Jan 12 '23 05:01

Dan Atkinson