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:
parent
400c6ecf47
commit
d766ed3e0c
1 changed files with 1 additions and 1 deletions
|
@ -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' ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue