Request CLA and groups scopes
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
70155259a7
commit
0527d7d23e
1 changed files with 3 additions and 1 deletions
|
@ -528,7 +528,9 @@ $wgOpenIDConnect_Config['https://id{{ env_suffix }}.fedoraproject.org/openidc/']
|
|||
'clientsecret' => '{{ fpwiki_prod_client_secret }}',
|
||||
{% endif %}
|
||||
'name' => "Fedora Authentication",
|
||||
'scope' => [ 'openid', 'profile', 'email' ]
|
||||
'scope' => [ 'openid', 'profile', 'email',
|
||||
'https://id.fedoraproject.org/scope/groups',
|
||||
'https://id.fedoraproject.org/scope/cla' ]
|
||||
];
|
||||
$wgOpenIDConnect_UseRealNameAsUserName = false;
|
||||
$wgOpenIDConnect_UseEmailNameAsUserName = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue