diff --git a/app/Services/UserOidcService.php b/app/Services/UserOidcService.php index 1f2d8f1b7..c89975935 100644 --- a/app/Services/UserOidcService.php +++ b/app/Services/UserOidcService.php @@ -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'), ]); } }