That sounds about perfect. Any chance you have some sample code you could forward? Especially how you implement the openid4java front end?
Thanks, -Dave On Mon, Dec 10, 2012 at 9:05 AM, Pedro Lamarão <[email protected]> wrote: > Em segunda-feira, 10 de dezembro de 2012 01h36min28s UTC-2, dhoffer > escreveu: >> >> I'd like to add OpenID login to my GWT application, I don't think I need >> OAuth support as I just need to authenticate the user. I'm looking for any >> examples/suggestions on the best way to do this for a GWT app. Also I just >> need to authenticate with Google, not any other provider, not sure how that >> may affect the implementation. I understand Google supports a popup login >> approach instead of a redirect, I think that might be desirable as well. > > > > We use openid4java [1] to implement the relying party as an HttpServlet and > a dynamic host page [2] to check authentication status before loading the > module. It works very well. > > > [1] http://code.google.com/p/openid4java/ > > [2] https://developers.google.com/web-toolkit/articles/dynamic_host_page > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/pVAJoFtP5_cJ. > > 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. -- 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.
