Closed GoogleCodeExporter closed 9 years ago
Doesn't look like a problem with openid4java necessarily. To confirm, enable
debug logging on the RP and see what happens when the ConsumerManager is
initialized:
1) does it attempt to send a POST request with openid.mode=associate to the OP?
2) what response it receives from the OP?
Note that association requests are POSTs with the body using the key-value
encoding defined by the OpenID protocol (the association parameters are neither
in the GET query nor in the POST body www-form-encoded). Does PageParameters
(assume wicket's?) know how to extract OpenID's key-value format from a POST
body?
Original comment by Johnny.B...@gmail.com
on 11 Jan 2013 at 7:50
Original comment by Johnny.B...@gmail.com
on 23 Jan 2013 at 9:51
Original issue reported on code.google.com by
hugo.ass...@gmail.com
on 11 Jan 2013 at 6:01