How do I use an interface like http://code.google.com/p/openid-selector/ for OpenID log in with Spring Security?
A:
See the Spring Security Reference for info on configuring OpenID logins
Kevin
2010-02-01 18:59:13
I just read that before posting my question. I couldn't figure it out from that.
Kyle
2010-02-01 19:04:17
The selector seems to just pre-fill a form field with the users openid URL. You should have that form point to your Spring security form login URL
Kevin
2010-02-01 19:06:37