[mailman3] Remove non working authentication options

https://pagure.io/fedora-infrastructure/issue/12653
This commit is contained in:
Michal Konecny
2025-07-14 15:04:11 +02:00
parent e0ed8cd7dd
commit 19f13fa83f

View File

@@ -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',
},
}