Update localsettings with OIDC info for prod
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a85c1261ed
commit
6d453719cb
1 changed files with 4 additions and 0 deletions
|
@ -525,7 +525,11 @@ $wgGroupPermissions['*']['autocreateaccount'] = true;
|
|||
|
||||
$wgOpenIDConnect_Config['https://id{{ env_suffix }}.fedoraproject.org/openidc/'] = [
|
||||
'clientID' => 'fpwiki',
|
||||
{% if env == "staging" %}
|
||||
'clientsecret' => '{{ fpwiki_stg_client_secret }}',
|
||||
{% else %}
|
||||
'clientsecret' => '{{ fpwiki_prod_client_secret }}',
|
||||
{% endif %}
|
||||
'name' => "Fedora Authentication",
|
||||
'scope' => [ 'openid', 'profile', 'email' ]
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue