field isnt accessTokenResourceOwnerId but responseResourceOwnerId

pull/5608/head
Gavin Mogan 4 months ago
parent 70584b47c5
commit ae39531ff2

@ -15,7 +15,7 @@ class UserOidcService extends GenericProvider {
'urlAccessToken' => config('remote-auth.oidc.tokenURL'),
'urlResourceOwnerDetails' => config('remote-auth.oidc.profileURL'),
'scopes' => config('remote-auth.oidc.scopes'),
'accessTokenResourceOwnerId' => config('remote-auth.oidc.field_id'),
'responseResourceOwnerId' => config('remote-auth.oidc.field_id'),
]);
}
}

Loading…
Cancel
Save