botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

Missing parameter in exchange_token() call

Open Tolsto opened this issue 1 year ago • 0 comments

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

Tolsto avatar Oct 10 '24 21:10 Tolsto