Reputation: 60839
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 :)
Upvotes: 13
Views: 7460
Reputation: 99831
Whatever you do, use an existing library. Few have read through the specs and lived to tell the tale.
Upvotes: 4
Reputation: 1421
An excellent tutorial that explains how OpenID works can be found here:
and shows you how to implement it using OpenID4Java (maintained on code.google.com)
Upvotes: 9