Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting started with OpenID

Tags:

java

openid

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 :)

like image 652
Mike Avatar asked Sep 14 '09 10:09

Mike


2 Answers

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)

like image 132
swmcdonnell Avatar answered Sep 18 '22 18:09

swmcdonnell


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

like image 34
Evert Avatar answered Sep 19 '22 18:09

Evert