Tab response type (silentAuth) from bot is not supported #4312
Labels
Bot Services
Required for internal Azure reporting. Do not delete. Do not change color.
bug
Indicates an unexpected problem or an unintended behavior.
customer-replied-to
Indicates that the team has replied to the issue reported by the customer. Do not delete.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Versions
What package version of the SDK are you using: v4.17.0
What nodejs version are you using: v16.15.1
What browser version are you using: Version 104.0.1293.54 (Official build) (64-bit)
What os are you using: windows 10
Describe the bug
I want to enable SSO for Adaptive Cards Tab following the SSO pattern for message extensions.
And the type of interface TabResponsePayload includes "silentAuth". refer to the url: https://github.com/microsoft/botbuilder-js/blob/main/libraries/botframework-schema/src/teams/index.ts#L1352
In handleTeamsTabFetch, I return the tabResponse:
However, when I was debugging in Microsoft Teams, the error occurred(go to the Network Tab of DevTools): {"errorCode":1008,"message":"Error when processing invoke response: Tab response type (silentAuth) from bot is not supported"}
Screenshots
The text was updated successfully, but these errors were encountered: