Well Known URL for Facebook OpenID Connect

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 09:11 PM
- Labels:
-
Integrations
-
Team Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 09:19 PM
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/

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2020 09:33 PM
Thanks for your reply
I tried the below URL's, but none of them worked
https://www.facebook.com/v2.0/dialog/oauth

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 08:53 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2020 05:49 AM
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