Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread TG
It's a netbeans project? -- 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/-/TKiC-3TY0bYJ. To post to this group, send email to

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread TG
and thanks for reply. -- 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/-/P5QF2XqzR_QJ. To post to this group, send email to

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread Matthew Jaggard
It is a NetBeans project, but you can also just use apache ant to compile if you change the appengine.location in nbproject\ant-deploy.xml to the path to your SDK. ant runserver should compile and then start the dev server although the dev server isn't that helpful in this particular example

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread TG
Could you tell me if I can use any openid provider in a openid consumer (in GAE )? For example I tried to use a login from www.openid.org.cn in a openid consumer (in Gae) and I receve Error: Server Error. My goal is try to use a application(in GAE) as openid consumer using another

Re: [appengine-java] OpenId Provider using java

2012-01-26 Thread Matthew Jaggard
Yes, I was able to log in to my development application using http://mjaggard.openid.org.cn/ as my Open ID. Assuming I managed to separate things correctly you should be able to use the test app I produced. So you'd click on OpenID on the login page and then type in your Open ID URL (like

Re: [appengine-java] OpenId Provider using java

2012-01-24 Thread Matthew Jaggard
OK. I have implemented this in my program and have it mostly working* I have tried to separate the parts that are relevant into a separate project and remove the branding that I don't want to give away yet. So sorry if it doesn't work well for you but you should get the general idea of the code

[appengine-java] OpenId Provider using java

2012-01-23 Thread TG
I cant find a example of openId provider using java on google app engine. I only found a phyton example. -- 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