docmasterdigitalsolutions / openid4java

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

During discovery getting org.openid4java.discovery.yadis.YadisException: 0x706 #178

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. openid4java 0.9.6
2. Try to perform Discovery on user Supplied String:

What is the expected output? What do you see instead?
Getting Discovery Information.

But I'm getting the following error
org.openid4java.discovery.yadis.YadisException?: 0x706: GET failed on 
http://202.141.40.216:8081/openid/abcdef: 404: HTTP/1.1 404 Not Found.

What version of the product are you using? On what operating system?
openid4java 0.9.6 on Linux

Please provide any additional information below.

"202.141.40.216" is our another server, which acts as Openid Provider and 
"abcdef" is the user name. There is no issue when the user sign in directly on 
the OP server. But, when signing in through the RP, the above error occurs.

I'm unable to understand what's going wrong..

Original issue reported on code.google.com by rpriyank...@gmail.com on 30 Apr 2012 at 11:09

GoogleCodeExporter commented 9 years ago
Invalid, the behavior is expected if the discovered URL is not even resolvable.

OpenID Providers need to publish discovery information, see section 7.3 
Discovery of the specification.

Original comment by Johnny.B...@gmail.com on 30 Apr 2012 at 8:59