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 :)
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 :)
See this article
How to integrate OpenID as your login system
and if you need a .Net specific answer then read this
Whatever you do, use an existing library. Few men have read through the specs and lived to tell the tale.
Maybe this one is helpful: http://code.google.com/intl/de-DE/apis/accounts/docs/OpenID.html
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)