views:

133

answers:

1

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
I just read that before posting my question. I couldn't figure it out from that.
Kyle
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