mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 08:24:50 +08:00
[mailman3] Remove non working authentication options
https://pagure.io/fedora-infrastructure/issue/12653
This commit is contained in:
@@ -233,33 +233,10 @@ SOCIALACCOUNT_PROVIDERS = {
|
||||
"server_url": "{{ mailman3_openidc_server_url }}",
|
||||
"token_auth_method": "client_secret_post",
|
||||
},
|
||||
'openid': {
|
||||
'SERVERS': [
|
||||
dict(id='yahoo',
|
||||
name='Yahoo',
|
||||
openid_url='http://me.yahoo.com'),
|
||||
],
|
||||
},
|
||||
'google': {
|
||||
'SCOPE': ['profile', 'email'],
|
||||
'AUTH_PARAMS': {'access_type': 'online'},
|
||||
},
|
||||
'facebook': {
|
||||
'METHOD': 'oauth2',
|
||||
'SCOPE': ['email'],
|
||||
'FIELDS': [
|
||||
'email',
|
||||
'name',
|
||||
'first_name',
|
||||
'last_name',
|
||||
'locale',
|
||||
'timezone',
|
||||
],
|
||||
'VERSION': 'v2.4',
|
||||
},
|
||||
'stackexchange': {
|
||||
'SITE': 'stackoverflow',
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user