Skip to content

Commit

Permalink
Merge branch 'wip-87584-m41' into MOODLE_41_STABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
weilai-irl committed Nov 23, 2022
2 parents bc799ab + cf44c0b commit 32e7e6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion auth/oidc/manageapplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
}

// Prepare config settings to save.
$configstosave = ['idptype', 'clientid', 'tenantnameorguid', 'clientauthmethod', 'authendpoint', 'tokenendpoint'];
$configstosave = ['idptype', 'clientid', 'tenantnameorguid', 'clientauthmethod', 'authendpoint', 'tokenendpoint',
'oidcresource', 'oidcscope'];

// Depending on the value of clientauthmethod, save clientsecret or (clientprivatekey and clientcert).
switch ($fromform->clientauthmethod) {
Expand Down

0 comments on commit 32e7e6d

Please sign in to comment.