forked from IdentityPython/SATOSA
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacebook_backend.yaml.example
More file actions
31 lines (31 loc) · 993 Bytes
/
facebook_backend.yaml.example
File metadata and controls
31 lines (31 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
module: satosa.backends.oauth.FacebookBackend
name: facebook
config:
authz_page: <name>
base_url: <base_url>
client_config:
client_id: <client_id>
# See https://developers.facebook.com/docs/facebook-login for
# information on valid values for auth_type
auth_type: []
scope: [public_profile, email]
fields: [id, name, first_name, last_name, middle_name, picture, email, verified, gender, timezone, locale, updated_time]
response_type: code
server_info:
authorization_endpoint: 'https://www.facebook.com/dialog/oauth'
token_endpoint: 'https://graph.facebook.com/v3.3/oauth/access_token'
graph_endpoint: 'https://graph.facebook.com/v3.3/me'
client_secret: <client_secret>
entity_info:
organization:
display_name:
- ["Facebook", "en"]
name:
- ["Facebook", "en"]
url:
- ["https://www.facebook.com/", "en"]
ui_info:
description:
- ["Facebook oauth", "en"]
display_name:
- ["Facebook", "en"]