Skip to content

Commit 046aca2

Browse files
committed
Merge branch 'wip-87584-m41' into MOODLE_41_STABLE
2 parents 9f168e0 + 5446478 commit 046aca2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manageapplication.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@
7373
}
7474

7575
// Prepare config settings to save.
76-
$configstosave = ['idptype', 'clientid', 'tenantnameorguid', 'clientauthmethod', 'authendpoint', 'tokenendpoint'];
76+
$configstosave = ['idptype', 'clientid', 'tenantnameorguid', 'clientauthmethod', 'authendpoint', 'tokenendpoint',
77+
'oidcresource', 'oidcscope'];
7778

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

0 commit comments

Comments
 (0)