Re: [appengine-java] Re: OpenId Provider using java

2012-02-01 Thread TG
what is storeClassName ? I have to create something for it? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/_fUnQxV6eoAJ. To post to

Re: [appengine-java] Re: OpenId Provider using java

2012-02-01 Thread TG
Still receive same error. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/ddA96iOLkHEJ. To post to this group, send email to google-a

Re: [appengine-java] Re: OpenId Provider using java

2012-02-01 Thread Francois MASUREL
You are supposed to have something like this in your application web.xml : providerServlet /authenticate http://code.google.com/p/joid/source/browse/trunk/examples/openid-provider/src/main/webapp/WEB-INF/web.xml On Wed, Feb 1, 2012 at 14:12, TG wrote: > I tried to c

[appengine-java] Re: OpenId Provider using java

2012-02-01 Thread TG
I tried to create a project with the example of openid-provider in http://code.google.com/p/joid/source/browse/#svn%2Ftrunk%2Fexamples%2Fopenid-provider but I got the error *The requested resource (/authenticate) is not available.* in *http://localhost:8080/authenticate* * * What I have to do? D

[appengine-java] Re: OpenId Provider using java

2012-01-24 Thread Francois Masurel
I've successfully built an OpenId provider on GAE Java using this project as a starting point : http://code.google.com/p/joid/ I added some connectors to enable users to log in using their social networks accounts (Twitter, Facebook, Foursquare, LinkedIn, etc.) as well as Mozilla BrowserId.