-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Hi there,
im currently playing around with the Joid examples which are quite usefull
although i came
across three issues that made me wonder:
1. On a successfull authentication the Server returns to the examples index
page. The example
consumer then uses the Cookies set by the provider whithout validating the
providers handle.
Since the example consumer is stateless shouldn't there be a
check_authentication message sent
to the server?
2. The example consumer throws the error: "Cannot sign non-existent mapping:
op_endpoint
" when sending an authentication request.
Is there anyone with this project that encountered the same problems or could
correct me if i
missundestood specifications.
Original issue reported on code.google.com by philip.p...@s-f.com on 21 Jan 2009 at 10:57