App Engine requires some small modifications that I didn't put in the initial version of openid-filter. It is supported by the underlying Step2 & OpenID4java libraries though, so the changes required are pretty minimal.
Take a look at the hello-world example at http://code.google.com/p/apps-marketplace-resources/source/browse/#svn%2Ftrunk%2Fhelloworld-java%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgoogle%2Fcode%2Fsamples%2Fapps%2Fmarketplace%2Fopenid You'll find some GAE-specific classes in there and some minor changes to the GuiceModule for running on app engine. BTW - app engine now supports OpenID natively -- http://code.google.com/appengine/docs/java/users/overview.html. You don't get quite the same flexibility as you do with using step2 & such, but depending on what you need it may be sufficient. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-appengine-java?hl=en.
