Google Apps offers the OpenID API, which allows end users to securely log in to third-party websites using their Google Apps user account.
I want to offer similar functionality - that is, I want users of my website to authenticate using their Salesforce account using OpenID.
Does Salesforce have similar API / functionality? I checked the documentation and saw references to the OpenID Connect API, but this seems to be in the early stages of development. I also tested the Salesforce Identity Provider function, but it seems to be more SSO-oriented (not quite sure though, please correct me if I'm wrong).
source share