1. can you throw some light on how password security is maintained in openid?For different linked sites, does all of them have own copy of user credentials or is sent to some other authority?Suppose i’m logging in google with yahoo id then will google send my details to yahoo server??Also does any site need to have some explicit registeration with W3C or some centralized authority to be part of open-id or any one can make a site which is part of open id?

    • I would explain it in a very simple language, We have 3 guys here
      [1] the Open-Id provider (say google)
      [2] the end user who wish to login into the site (say intheb.com!)
      [3] And the site (intheb.com here) which we say as “consumer”
      So the story begins this way… end-user visits intheb.com, intheb.com shows various open-id providers… end-user choose his provider (say he chooses google)… intheb.com makes some handshaking with google (handshaking in sense some kind of key exchange session set-up and yadis discovery) it then redirects to google… google identifies u as its user and sends the response back to intheb.com…

      What is the difference anyways? intheb.com dosent store any password rather it stores the openid of the user… when u log in with google, google after authentication sends the unique open-id url of the user to intheb.com.. which intheb.com stores for user-identification…

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>