What automated standards-conformance tests are there for OpenID providers?
I'm making changes to the implementation of an OpenID provider, to bring it from version 1.1 of the standard to version 2.0.
Before releasing the code, I want to be sure that it conforms to the specifications of the standard. For testing web standards compliance, the W3C has validator tools. What tools exist so that I can point an automated tester at my OpenID provider and get a report of compliance with the standard?
In case anyone stumbles across this thread, OpenID Connect now has an official conformance test suite that is part of the certification process:
https://openid.net/certification/testing/
Enjoy!