What’s the difference between OpenID and OAuth?

I’m really trying to understand the difference between OpenID and OAuth? Maybe they’re two totally separate things? 2Best Answer 21 OpenID is about authentication (ie. proving who you are), OAuth is about authorisation (ie. to grant access to functionality/data/etc.. without having to deal with the original authentication). OAuth could be used in external partner sites … Read more