So I’ve gotten the vast majority of an OpenID plugin ready and set to work (including auth portion when an OpenID has been properly validated). Problem is, i’ve been faking that last part for a while now whilst working on my extension.
Major Problem: I can’t get past the expression engine filter_get_data function. It gets called almost straight off the bat and never gives me a chance to let the OpenID url schema poke a hole through.
The Url Get strings look (something) like this:
?janrain_nonce=2009-03-17hIHh6S&openid1_claimed_id=http://walkerhamilton.com/&openid;.assoc_handle={HMAC-OPQ==}&openid;.identity=http://walkerhamilton.myopenid.com/&openid;.mode=id_res&openid;.op_endpoint=http://www.myopenid.com/server&openid;.response_nonce=2009-03-8rL&openid;.return_to=http://ee.dev/?janrain_nonce=2009-03-17T14%2h6S&openid1_claimed_id=http/%2Fwalkerhamilton.com%2F&openid;.sig=bTNWALsQ=&openid;.signed=assoc_handle,identity,mode,op_endpoint,response_nonce,return_to,signed
Is there a point in the EE app that I can get this kind of thing to be accessible during the session_start hook?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.