Questions on OpenID & OAuth

I am just starting to look at openid and oauth.  Has anyone impleneted either?  If so once a user is authenticated how are you then authenticating them in tessitura?  Also how are you linking the accounts once they are authenticated? 

Thanks In Advance,

Jon



[edited by: Jon Ballinger at 10:26 AM (GMT -6) on 19 Oct 2010]
  • Thought I would share where i got with this.  So I ended up using dotnetopenauth to handle oauth and openid processing.  I created a sample using twitter login.  Once the user was logged into  twitter they would then have to login into the website and then the accounts would be linked.  I was storing the linked accounts in a table for later use such as when the user revisted the site. This would allow the user to login with either and not have to link the accounts again.

    Jon