microsoft / botbuilder-python

The Microsoft Bot Framework provides what you need to build and connect intelligent bots that interact naturally wherever your users are talking, from text/sms to Skype, Slack, Office 365 mail and other popular services.
http://botframework.com
MIT License
712 stars 285 forks source link

Missing parameter in exchange_token() call #2176

Closed Tolsto closed 2 weeks ago

Tolsto commented 1 month ago

Version

4.16.2

Describe the bug

_UserTokenClientImpl#exchange_token requires the connection name as a parameter. It doesn't get passed here which causes an exception.

https://github.com/microsoft/botbuilder-python/blob/1617885d2e710af888cc37b97ae61c53306e4355/libraries/botbuilder-dialogs/botbuilder/dialogs/_user_token_access.py#L105-L109