OpenIDis an open, decentralized, free framework for user-centric digital identity.StatusThis is an implementation of OpenID consumer based on OpenID Authentication 1.1. The consumer can discover XRD or OpenID descriptions and establish DH-SHA1 association with the provider.This was tested on Squeak3.8 and 3.9.The extension specs was not implemented yet.DemoDoit to test the client:OIDKomConsumer startOn: 8008 alias: '/login'then open the url:http://localhost:8008/loginand type your OpenID on the web browser.DependencyAll dependent packages are preloaded automatically EXCEPT KomServices and KomHttpServer (these are needed only for demo).it depends on: - Yadis to find XRD - Cryptograph to exchange secret - HTML to detect server-url - HTTPAdapter to talk HTTP. (the default HTTTPClient could not resolve vhosts) - KomServices and KomHttpServer to demo the consumer (optional)