wiki: fix the if/else block on staging to the scope are correct

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-10-05 12:25:37 +02:00
parent 400c6ecf47
commit d766ed3e0c

View file

@ -528,7 +528,7 @@ $wgOpenIDConnect_Config['https://id{{ env_suffix }}.fedoraproject.org/openidc/']
'clientsecret' => '{{ fpwiki_prod_client_secret }}',
{% endif %}
'name' => "Fedora Authentication",
{% if env == "staging" %}
{% if env != "staging" %}
'scope' => [ 'openid', 'profile', 'email',
'https://id.fedoraproject.org/scope/groups',
'https://id.fedoraproject.org/scope/cla' ]