Skip to content

Commit

Permalink
fix(all): Added scope variable as requested by a customer.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Feb 16, 2021
1 parent c55f9ed commit 875043b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion packages/admin.gbapp/dialogs/AdminDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ export class AdminDialog extends IGBDialog {
min.instance.botEndpoint,
min.instance.botId,
'/token'
)}&state=${state}&response_mode=query`;
)}&scope=https://graph.microsoft.com/.default&state=${state}&response_mode=query`;

await min.conversationalService.sendText(min, step, Messages[locale].consent(url));

Expand Down
2 changes: 0 additions & 2 deletions packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ export class GBMinService {
GBServer.globals.server.use('/', express.static(url));
}



// Servers the bot information object via HTTP so clients can get
// instance information stored on server.

Expand Down

0 comments on commit 875043b

Please sign in to comment.