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 346a6cf commit 9506387Copy full SHA for 9506387
packages/cli/configs/atk/oauth/typescript/teamsapp.local.yml.hbs
@@ -41,8 +41,6 @@ provision:
41
clientSecret: SECRET_BOT_PASSWORD
42
objectId: AAD_APP_OBJECT_ID
43
tenantId: AAD_APP_TENANT_ID
44
- authority: AAD_APP_OAUTH_AUTHORITY
45
- authorityHost: AAD_APP_OAUTH_AUTHORITY_HOST
46
47
# Apply the Microsoft Entra manifest to an existing Microsoft Entra app. Will use the object id in
48
# manifest file to determine which Microsoft Entra app to update.
@@ -114,5 +112,6 @@ deploy:
114
112
PORT: 3978
115
113
CLIENT_ID: $\{{BOT_ID}}
116
CLIENT_SECRET: $\{{SECRET_BOT_PASSWORD}}
+ TENANT_ID: $\{{AAD_APP_TENANT_ID}}
117
# an arbitrary name for the connection
118
OAUTH_CONNECTION_NAME: graph
0 commit comments