Added 'facebook' template

This commit is contained in:
vzikratyi 2020-08-14 14:26:04 +03:00
parent c8ef51ab69
commit 3109e41670

View File

@ -0,0 +1,19 @@
{
"providerId": "Facebook",
"accessTokenUri": "https://graph.facebook.com/v2.8/oauth/access_token",
"authorizationUri": "https://www.facebook.com/v2.8/dialog/oauth",
"scope": ["email","public_profile"],
"jwkSetUri": null,
"userInfoUri": "https://graph.facebook.com/me?fields=id,name,first_name,last_name,email",
"clientAuthenticationMethod": "basic",
"userNameAttributeName": "email",
"basic": {
"emailAttributeKey": "email",
"firstNameAttributeKey": "first_name",
"lastNameAttributeKey": "last_name",
"tenantNameStrategy": "DOMAIN"
},
"comment": null,
"icon": "mdi:facebook",
"helpLink": "https://developers.facebook.com/docs/facebook-login/web#logindialog"
}