How do I implement an OpenID consumer in my Google App Engine project?

后端 未结 4 1291
囚心锁ツ
囚心锁ツ 2021-02-07 07:51

I want to use OpenID in my Java Google App Engine web application but I don\'t know where to start...

I have looked at openid4java and joid.

openid4java<

4条回答
  •  暖寄归人
    2021-02-07 08:04

    For the openidjava libraries you would just include this in your project. If you are using Eclipse (it has a great plug-in for GWT and App Engine). Stick the openidjava files in your src directory or the jar in the WEB-INF/lib directory and make sure you add it to your classpath.

提交回复
热议问题