My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 7: validates fails after adding query parameters to returnUrl
1 person starred this issue and may be notified of changes. Back to list
Status:  Invalid
Owner:  ----
Closed:  Sep 2010


 
Reported by HendrikU...@nexgo.de, Sep 26, 2010
Hi,

I added a query parameter to the returnUrl:

$openid->realm     = 'http://localhost';
$openid->returnUrl = $openid->realm.'/index.php?id=content/account/openid';


In validate() this parameter is part of data['openid_return_to'] but missing in $this->returnUrl.

$this->data['openid_return_to']: http://localhost/index.php?id=content/account/openid&openid.claimed_id=http://nhnb.de/


$this->returnUrl: http://localhost/index.php?openid.claimed_id=http://nhnb.de/
Sep 26, 2010
Project Member #2 mewp...@gmail.com
Did you set it again before calling validate() ?

LightOpenID is stateless, so it can't store whatever configuration variables you've set.

Sep 26, 2010
#3 HendrikU...@nexgo.de
Sorry, no, i did not.

Thank for the help, it works now.
Sep 26, 2010
Project Member #4 mewp...@gmail.com
(No comment was entered for this change.)
Status: Invalid

Powered by Google Project Hosting