diff --git a/libraries/botframework-connector/src/auth/parameterizedBotFrameworkAuthentication.ts b/libraries/botframework-connector/src/auth/parameterizedBotFrameworkAuthentication.ts index 2c41eea4a7..d6e8f20dd9 100644 --- a/libraries/botframework-connector/src/auth/parameterizedBotFrameworkAuthentication.ts +++ b/libraries/botframework-connector/src/auth/parameterizedBotFrameworkAuthentication.ts @@ -123,7 +123,8 @@ export class ParameterizedBotFrameworkAuthentication extends BotFrameworkAuthent this.toChannelFromBotOAuthScope, this.toChannelFromBotLoginUrl, this.validateAuthority, - this.credentialsFactory + this.credentialsFactory, + this.connectorClientOptions ); return { @@ -188,7 +189,8 @@ export class ParameterizedBotFrameworkAuthentication extends BotFrameworkAuthent this.toChannelFromBotOAuthScope, this.toChannelFromBotLoginUrl, this.validateAuthority, - this.credentialsFactory + this.credentialsFactory, + this.connectorClientOptions ); }