Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add token.botframework.com to validDomains for bot-sso sample #578

Open
wants to merge 15 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion NPM-search-connector-M365/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
},
{
// Start the local tunnel service to forward public ngrok URL to local port and inspect traffic.
// See https://aka.ms/teamsfx-local-tunnel-task to know the details and how to customize the args.
// See https://aka.ms/teamsfx-local-tunnel-task for the detailed args definitions,
// as well as samples to:
// - use your own ngrok command / configuration / binary
// - use your own tunnel solution
// - provide alternatives if ngrok does not work on your dev machine
"label": "Start local tunnel",
"type": "teamsfx",
"command": "debug-start-local-tunnel",
Expand Down
6 changes: 5 additions & 1 deletion adaptive-card-notification/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
},
{
// Start the local tunnel service to forward public ngrok URL to local port and inspect traffic.
// See https://aka.ms/teamsfx-local-tunnel-task to know the details and how to customize the args.
// See https://aka.ms/teamsfx-local-tunnel-task for the detailed args definitions,
// as well as samples to:
// - use your own ngrok command / configuration / binary
// - use your own tunnel solution
// - provide alternatives if ngrok does not work on your dev machine
"label": "Start local tunnel",
"type": "teamsfx",
"command": "debug-start-local-tunnel",
Expand Down
6 changes: 5 additions & 1 deletion bot-sso/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
},
{
// Start the local tunnel service to forward public ngrok URL to local port and inspect traffic.
// See https://aka.ms/teamsfx-local-tunnel-task to know the details and how to customize the args.
// See https://aka.ms/teamsfx-local-tunnel-task for the detailed args definitions,
// as well as samples to:
// - use your own ngrok command / configuration / binary
// - use your own tunnel solution
// - provide alternatives if ngrok does not work on your dev machine
"label": "Start local tunnel",
"type": "teamsfx",
"command": "debug-start-local-tunnel",
Expand Down
6 changes: 4 additions & 2 deletions bot-sso/templates/appPackage/manifest.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,11 @@
"identity",
"messageTeamMembers"
],
"validDomains": [],
"validDomains": [
"token.botframework.com"
],
"webApplicationInfo": {
"id": "{{state.fx-resource-aad-app-for-teams.clientId}}",
"resource": "{{{state.fx-resource-aad-app-for-teams.applicationIdUris}}}"
}
}
}
6 changes: 5 additions & 1 deletion command-bot-with-sso/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@
},
{
// Start the local tunnel service to forward public ngrok URL to local port and inspect traffic.
// See https://aka.ms/teamsfx-local-tunnel-task to know the details and how to customize the args.
// See https://aka.ms/teamsfx-local-tunnel-task for the detailed args definitions,
// as well as samples to:
// - use your own ngrok command / configuration / binary
// - use your own tunnel solution
// - provide alternatives if ngrok does not work on your dev machine
"label": "Start local tunnel",
"type": "teamsfx",
"command": "debug-start-local-tunnel",
Expand Down
5,711 changes: 0 additions & 5,711 deletions deep-linking-hello-world-tab-without-sso-M365/package-lock.json

This file was deleted.