LLG20111699 / openid4java

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

No openid.mode on discovery #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run SampleConsumer and SampleServer
2. Try to use SampleConsumer using SampleServer

What is the expected output? What do you see instead?

I see 
error:Unknown request
ns:http://specs.openid.net/auth/2.0
on SampleServer when I should be "logged in"

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

0.9.6

Please provide any additional information below.

When SampleConsumer does manager.discover(userSuppliedString);  SampleServer 
gets request without openid.mode so it gives Unknown request.

Original issue reported on code.google.com by orthodox...@gmail.com on 7 Sep 2011 at 1:07

GoogleCodeExporter commented 9 years ago
openid.mode is not part of discovery/requests.

Discovery info should be served separately from the server, not mapped to the 
SampleServer's processRequest().

Original comment by Johnny.B...@gmail.com on 31 Oct 2012 at 9:09