Issue 11: Support registration MyOpenID
Status:  Invalid
Owner: ----
Closed:  Oct 2010
Reported by ncwl...@gmail.com, Oct 20, 2010
MyOpenID offers an affiliate program. When a user goes to the site and after registration myopenid.com returns with openid_identifier. Can you add similar functionality to the validation and verification of registration?

$ OpenidReg = new LightOpenID_Reg ();
$ OpenidReg-> affiliate = 12345;
header ('Location:'. $ openidReg-> regUrl ());

if ($ openidReg-> validate ()) $ openidIdentifier = $ openidReg-> identity

Something like this.
Oct 20, 2010
Project Member #1 mewp...@gmail.com
It's not a part of the OpenID protocol, so it's specific to myopenid, so I see no point in implementing this.
Anyway, from what I see on myopenid page, it's just a link to a website. It doesn't require discovery or anything special, so it has nothing to do with OpenID itself.
I'm sure however, that implementing this is rather easy.

Nevertheless, LightOpenID implements the OpenID protocol and it's extensions as specified on openid.net[1]. Unless a spec is there (or is really widely used), it won't be implemented in LightOpenID.

  [1]: http://openid.net/developers/specs/
Status: Invalid
Labels: -Type-Defect Type-Enhancement