microsoft / teams-ai

SDK focused on building AI based applications and extensions for Microsoft Teams and other Bot Framework channels
MIT License
353 stars 145 forks source link

[C#] fix: `signinVerify` invoke may be processed by wrong OAuth Connection #1627

Closed singhk97 closed 2 months ago

singhk97 commented 2 months ago

Linked issues

closes: #1621 (issue number)

Details

A detailed description of the problem can be found in the linked issue. The solution - in simple terms - was to add the settingName property in the ITurnContext.Activity.Value property so that the route selectors for signin/verifyState and signin/tokenExchange will trigger the correct authentication setting.

Change details

Attestation Checklist