Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple GWT OpenID Example

Tags:

openid

gwt

I'm looking for a really simple GWT OpenID example, and haven't found one yet. There have been some that are reasonable starts but miss little things like "verification" of the user. I'd like to have a GWT app with RPC calls and this won't be a GAE based app, so the examples that rely on the built in auth for app engine unfortunately won't work.

Does anyone have any pointers?

Btw, it looks like I'll be using openid4java on the server side of the RPC.

Here are some of the tutorials I have found:

  • http://armelnene.blogspot.com/2009/12/dummies-guide-to-gwt-and-openid-with.html
  • (Easy if I were able to use GAE) http://code.google.com/appengine/articles/openid.html
  • http://code.google.com/p/openid4java/wiki/SampleConsumer
like image 266
GreenKiwi Avatar asked Nov 15 '22 04:11

GreenKiwi


1 Answers

See if my response here helps: How can I implement a GWT callback url?

like image 103
LINEMAN78 Avatar answered Jan 10 '23 03:01

LINEMAN78