Opening up to OpenID with Spring Security

Article sur Spring Security et Open Id:

http://www.packtpub.com/article/opening-up-to-openid-with-spring-security

La plupart des sites sociaux (Google, Twitter, linkedin, Yahoo, facebook) permettent d’utiliser openid (http://openid.net) pour s’authentifier et OAuth pour l’habilitation (http://oauth.net).

http://code.google.com/intl/fr/apis/gdata/articles/oauth.html

http://googlecodesamples.com/oauth_playground/

Le tutorial qui m’a le plus aidé à le mettre en oeuvre:
http://code.google.com/intl/fr/apis/gdata/docs/auth/oauth.html

C’est loin d’être trivial…