michelangelo13 / openid4java

Automatically exported from code.google.com/p/openid4java
Apache License 2.0
0 stars 0 forks source link

videntity failure with 0.9.3 #36

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. apply the patch from issue #35
2. start simple-openid (mvn jetty:run)
3. connect to http://<myserver>:<myport>/simple-openid (don't use
localhost, faile also with ip address)
4. submit http://demouser.videnty.org/ as OpenID (it's a valid openid, I
could sent you the password via private mail, if required)

What is the expected output?
* to be redirected to the login page of videntity.org, like it's done if I
connect with http://localhost:8080/simple-openid

What do you see instead?
* on browser:
  openid.mode:error openid.error:Malformed trust_root:
http://<myserver>:<myport>/simple-openid/consumer_returnurl.jsp 
* on console:
  nothing (except
  log4j:WARN No appenders could be found for logger
(org.openid4java.discovery.Discovery).
  log4j:WARN Please initialize the log4j system properly.

What version of the product are you using? On what operating system?

openid4java 0.9.3

Original issue reported on code.google.com by david.bernard.31 on 8 Oct 2007 at 10:42

GoogleCodeExporter commented 9 years ago
Other info the url in the browser is
http://videntity.org/server?openid.identity=http%3A%2F%2Fdemouser.videntity.org%
2F&openid.return_to=http%3A%2F%2F127.0.0.1%3A8080%2Fsimple-openid%2Fconsumer_ret
urnurl.jsp%3Fopenid.rpnonce%3D2007-10-08T10%253A39%253A51Z0%26openid.rpsig%3D8dX
oyBmidGk16v2bxQ8jdo159kJf2PmNo6zMiuYpx2E%253D&openid.trust_root=http%3A%2F%2F127
.0.0.1%3A8080%2Fsimple-openid%2Fconsumer_returnurl.jsp&openid.assoc_handle=%7Bes
tore%7D%7BHMAC-SHA1%7D%7B1%7D%7B0%7D&openid.mode=checkid_setup
for myserver = 127.0.0.1 and myport = 8080

Original comment by david.bernard.31 on 8 Oct 2007 at 10:47

GoogleCodeExporter commented 9 years ago
Videntity doesn't support ip address as hostname.

Original comment by david.bernard.31 on 18 Oct 2007 at 8:42