Skip to content

Commit 11a8c84

Browse files
committed
Merge branch 'wip-127192-m501' into MOODLE_501_STABLE
2 parents 47175cf + 6f0ac7e commit 11a8c84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/loginflow/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ protected function get_oidc_username_from_token_claim(jwt $idtoken, string $bind
755755

756756
switch ($bindingusernameclaim) {
757757
case 'custom':
758-
$bindingusernameclaim = get_config('auth_oidc', 'custombindingclaim');
758+
$bindingusernameclaim = get_config('auth_oidc', 'customclaimname');
759759
// No break.
760760
case 'preferred_username':
761761
case 'email':

0 commit comments

Comments
 (0)