Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support registration MyOpenID #11

Closed
GoogleCodeExporter opened this issue Jul 6, 2015 · 1 comment
Closed

Support registration MyOpenID #11

GoogleCodeExporter opened this issue Jul 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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.

Original issue reported on code.google.com by ncwl...@gmail.com on 20 Oct 2010 at 8:04

@GoogleCodeExporter
Copy link
Author

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/

Original comment by mewp...@gmail.com on 20 Oct 2010 at 9:10

  • Changed state: Invalid
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant