Skip to content

Commit

Permalink
Plugin: OAuth2: log user identify process - refs BT#19734
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelFQC committed Jun 22, 2022
1 parent 91a93eb commit c43a161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/oauth2/src/OAuth2.php
Expand Up @@ -205,6 +205,7 @@ public function getUserInfo(GenericProvider $provider, AccessToken $accessToken)
$this->log('missing setting', 'response_resource_owner_id');
throw new RuntimeException($this->get_lang('WrongResponseResourceOwnerId'));
}
$this->log('response resource owner id', $this->get(self::SETTING_RESPONSE_RESOURCE_OWNER_ID));
$extraFieldValue = new ExtraFieldValue('user');
$result = $extraFieldValue->get_item_id_from_field_variable_and_field_value(
self::EXTRA_FIELD_OAUTH2_ID,
Expand Down

0 comments on commit c43a161

Please sign in to comment.