Hi I am using spring security, and I would like to enable and openid login and MVP. I am using spring security at the method level access, not at the page level. Simply, when the user requests an action that it is not allowed, he is redirected to the login view, where he gets two form logins, one with site checking which is done, and one with openid. Spring security is used to catch the method access denial. As I read, generally openid works like this: the user is redirected to an openid provider, logins, and then is redirected back to the url page. This is done automatically with spring security, but with GWT it needs a new approach, implementing both spring security and GWT. Does anybody has a demo code? Also I found an interesting solution GWT + Openid without spring security. http://armelnene.blogspot.com/2009/12/dummies-guide-to-gwt-and-openid-with.html What do you think?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
