We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0345df5 commit 1b8b7c0Copy full SHA for 1b8b7c0
extensions/teams/index.ts
@@ -19,7 +19,7 @@ import config from "./config";
19
const credentialsFactory = new ConfigurationServiceClientCredentialFactory({
20
MicrosoftAppId: config.botId,
21
MicrosoftAppPassword: config.botPassword,
22
- MicrosoftAppType: "SingleTenant",
+ MicrosoftAppType: "SingleTenant", // Enable multitenant mode for local development
23
MicrosoftAppTenantId: config.tenantId
24
});
25
0 commit comments