microsoft / teams-ai

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

[JS] fix: `signinVerify` invoke may be processed by wrong OAuth Connection #1620

Closed singhk97 closed 4 months ago

singhk97 commented 4 months ago

Linked issues

closes: #1623

816 - keeping it open until JS/C#/PY fixes have been implemented.

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 context.activity.value property so that the route selectors for signin/verifyState and signin/tokenExchange will trigger the correct authentication setting.

Change details

Attestation Checklist