Question
3
Replies
156
Views
Posted: June 18, 2019
Last activity: August 1, 2019
Closed
Facebook Integration using OIDC for SSO Login
Hello,
I want to implement Single sign on with facebook as IDP using OpenID Connect protocol.
Can anyone help me with the approach and configurations of Authentication Service for Facebook?
Also, does facebook uses OpenID Connect Protocol? OR which protocol is used for Single Sign on with Facebook?
Pega v8.1
Facebook's login mechanism/protocol is not based on OpenID Connect. Facebook uses a proprietary extension of OAuth 2.0(i.e., Facebook connect) but it is not the standardized one that OpenID Connect specifies. Hence there's no point in expecting Facebook to publish OpenID Connect Discovery documents, unlike Google and Salesforce that do adhere to the standard.