khoanq / jopenid

Automatically exported from code.google.com/p/jopenid
0 stars 0 forks source link

Using different Port #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Thanks for your promising OpenID consumer implementation!

I am playing around with your servlet example, and I am wondering if it's 
possible to specify different port in the return path? The following statement..

  manager.setReturnTo("http://localhost:8984/openid");

..results in the Google-side error message

  "The requested page is invalid"

Thanks in advance,
Christian

Original issue reported on code.google.com by Christia...@gmail.com on 21 Jun 2012 at 3:57

GoogleCodeExporter commented 8 years ago
Sorry for posting that hastily.. I guess it can be solved by adding the port to 
the realm.

Original comment by Christia...@gmail.com on 21 Jun 2012 at 4:06