Well Known URL for Facebook OpenID Connect

Dipin4
Tera Contributor
Hi All,
I am trying to do setup SSO using OpenID connect for Facebook, but I couldn't find the Well known configuration URL for Facebook.
 
I already did the configuration with Google and this is the well known config URL for Google: https://accounts.google.com/.well-known/openid-configuration
 
I am expecting the Facebook Well known URL to be in the specific format. Could anyone please help on this?

@Chuck Tomasi / @Pradeep Sharma : Could you please help on this as this is a fairly new topic coming across in Paris Doc
 
I tried to do manual configuration, but for that as well OIDC provider configuration is a mandatory field while creating OIDC entity
 
Thanks.
9 REPLIES 9

Hitoshi Ozawa
Giga Sage
Giga Sage

The following thread seems to answer your question.

https://stackoverflow.com/questions/24402151/openid-connect-configuration-for-facebook

 

Facebook's page for developers.

https://developers.facebook.com/docs/facebook-login/

 

 

Thanks for your reply @hozawa , however, neither of the links answers the question. I have checked the stack overflow article it gives the URL for MS, Google and Salesforce but not Facebook. 
I tried the below URL's, but none of them worked

The stackoverflow thread mentions not being able to do it because Facebook doesn't support it.

Facebook link is the login method supported by Facebook.

That said, it is possible to use Azure AD to support both ServiceNow and Facebook.

Chuck Tomasi
Tera Patron

Oddly enough, I was doing some research on this yesterday and discovered that Facebook doesn't implement OpenID per the OpenID spec. There is no well known config published at this time (at least none that I can find.) They've gone their own route and made a special version of OAuth 2.0. I'm very disappointed because I had big plans for a consumer app to use Facebook.

Google - no problem. I was up and running in a few minutes.

Don't give up hope - I've reached out to a couple of our developers to see if there is some way we can implement a Login with Facebook badge in the same way. I'm awaiting a response and will publish what I find when I get it.

Thanks