Closed GoogleCodeExporter closed 8 years ago
Hi Raplh,
That simply means that the assoc_handle expired or that your openid provider
did not
send an openid.assoc_handle parameter from the auth response (redirect).
The assoc_handle acts like a session id for the request. If the session id
does not
match, then the auth response is not operating on the same session.
You've seen the SampleOpenIdServlet from the wiki with regards to the usage yes?
P.S The behavior could be changed that it would return false instead of
throwing ISE.
Cheers
Original comment by david.yu...@gmail.com
on 16 Oct 2008 at 9:38
And also its not during:
if(_relyingParty.associate(user, request, response))
Basing from the stacktrace, its actually
RelyingParty.verifyAuth(RelyingParty.java:275)
Original comment by david.yu...@gmail.com
on 16 Oct 2008 at 11:08
you just need to have proper handling.
Original comment by dyuproj...@gmail.com
on 14 Nov 2008 at 7:12
Original issue reported on code.google.com by
Ralph.so...@imixs.com
on 14 Oct 2008 at 4:54