tags:

views:

220

answers:

5

I'm looking to integrate OpenID into my website, but I need a tutorial to help me get going.

You can assume I have a good programming knowledge when making a recommendation :)

A: 

See this article

How to integrate OpenID as your login system

and if you need a .Net specific answer then read this

How to integrate OpenId feature in .net

rahul
A: 

openid

They have a handy little section on adding it to your website.

espais
A: 

Whatever you do, use an existing library. Few men have read through the specs and lived to tell the tale.

Evert
A: 

Maybe this one is helpful: http://code.google.com/intl/de-DE/apis/accounts/docs/OpenID.html

macs
+3  A: 

An excellent tutorial that explains how OpenID works can be found here:

Enterprise Java: Using OpenID

and shows you how to implement it using OpenID4Java (maintained on code.google.com)

swmcdonnell