Skip to content

Commit

Permalink
fix: fix the exchange token interface prarameter (microsoft#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms authored Oct 4, 2023
1 parent 901b06a commit 123cc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class TeamsSSOTokenExchangeMiddleware implements Middleware {
tokenExchangeResponse = await context.adapter.exchangeToken(
context,
this.oAuthConnectionName,
context.activity.channelId,
context.activity.from.id,
{ token: tokenExchangeRequest.token }
);
} else {
Expand Down

0 comments on commit 123cc88

Please sign in to comment.