Different formats of OpenIDs

Posted by mecablaze on Stack Overflow See other posts from Stack Overflow or by mecablaze
Published on 2010-04-27T14:09:43Z Indexed on 2010/04/27 14:13 UTC
Read the original article Hit count: 325

Filed under:
|

stackoverflow,

I am experimenting with implementing OpenID in my existing site. I have looked at Plaxo's article on this very subject and I'm a mite confused about something.

I am using this PHP OpenID library. I have some code running, and I am getting a unique OpenID back.

From myopenid.com, I am getting an id that looks like https://mecablaze.myopenid.com/

But from Yahoo and Google, I am getting an ID that much more cryptic, e.g. https://www.google.com/accounts/o8/id?id=AItOawlbp1cxujdJWDnpx72xVROOw-5V_WzIDZA

Are Google's and Yahoo's "gibberish" ids unique for every login user, i.e. is this the value that I use to tie in with existing user on my web app?

© Stack Overflow or respective owner

Related posts about php

Related posts about openid