From c43a1610cede4de260909164011820fc161794bf Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Wed, 22 Jun 2022 12:01:23 -0500 Subject: [PATCH] Plugin: OAuth2: log user identify process - refs BT#19734 --- plugin/oauth2/src/OAuth2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/oauth2/src/OAuth2.php b/plugin/oauth2/src/OAuth2.php index ae013e7f71..4546277a2e 100644 --- a/plugin/oauth2/src/OAuth2.php +++ b/plugin/oauth2/src/OAuth2.php @@ -205,6 +205,7 @@ class OAuth2 extends Plugin $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,