This might be a shot in the dark, but I am trying to implement an OpenID Provider in Perl using the Net::OpenID::Server module. The documentation for the entire process is confusing and sparse.
If anyone has successfully implemented a provider in Perl, could you please paste some code snippets?
So I finally jiggered the OpenID installation into place and it’s working pretty well. I figure I will detail some of the gotchas I ran into.
All in all, OpenID is pretty cool once you get it working.