Does GAE/OpenID/OAuth support xmlhttp proxy?
Posted
by h2g2java
on Stack Overflow
See other posts from Stack Overflow
or by h2g2java
Published on 2010-05-31T07:16:23Z
Indexed on
2010/05/31
19:23 UTC
Read the original article
Hit count: 208
Currently, my code would construct the GWT form, which user would submit directly to openId (or any authenticaiton service). Such a method works fine.
However, what if I had the gwt page server access the OpenID provider, is there a way/strategy for the server to mediate authentication between its client and the auth provider?
I wish to know the answers with respect to
- GAE as the proxy
and, regardless if GAE or Tomcat is the intended proxy, answers wrt
- Google Accounts
- OpenID
- OAuth
If so, it would be wonderful if someone could describe the installation strategy.
© Stack Overflow or respective owner