[SSO] Remove 'exchangeToken' validation from OauthPrompt #4137
Labels
bug
Indicates an unexpected problem or an unintended behavior.
ExemptFromDailyDRIReport
Use this label to exclude the issue from the DRI report.
Size: M
The issue is not very complex and it is well understood, it will take 1 to 3 days to complete
Milestone
Versions
4.15.0
Describe the bug
This validation in OAuthPrompt is causing an error in the token exchange between root and skill bots using CloudAdapter.
To Reproduce
Steps to reproduce the behavior:
OAuthPrompt.recognizeToken(): not supported by the current adapter
Expected behavior
The skill bot should be able to get the token after the exchange.
Additional context
In BotBuilder-DotNet this validation was removed in this commit.
The text was updated successfully, but these errors were encountered: