Evening all.
I'm implementing OpenID using the Zend Framework and Zend Auth. All is working fine except i'm a little worried that i might be storing an incorrectly modified OpenID against a user.
I'm in testing mode at the moment, so i'm authenticating using my own Yahoo! OpenID.
Yahoo! says my OpenID is this: "https://me.yahoo.com/a/myopenidstringhere"
But the returned value Zend is giving me is this:
"https://me.yahoo.com/a/myopenidstringhere#38e96"
- note the #38e96 addition.
I'm worried that this "#38e96" addition to the string is a bug in the framework? Or is this addition correct and just part of the authentication process!?
Thanks
Jon