I have added simpleopenidselector and lightopenid to my Yii web app and it does authenticate the user and it returns a url with openid data. The next step is to use the data from the OpenID provider to create a new identity in Yii to log in the user. How is this done with Yii?
Also, I think I need to create an openid table in order to store the openid's and also need to add the user to my user table. If the user has an account already then add the openid to their user account to prevent multiple accounts.
Has anyone achieved all of this with Yii? If so, I would be very interested in how it was accomplished.