2
votes

Teams SSO is working fine in Teams Tab and task module of Messaging extension but getting below error in Teams Bot task module while fetching client token

ExtensionTabService: getAuthTokenForApp: Failed with error - Definition not found

Using below code to open task module in teams bot with help of hero card -

https://teams.microsoft.com/l/task/${appId}?url=${modalUrl}&height=${height}&width=${width}&title=${title}`

The same code is also working in the Teams Bot task module in Android Mobile Application. But getting error in browsers, desktop app of mac and windows

1
Are you trying to open the sso page in taskmodule? if yes you need to add bot id to the link as documented here. try if that helps..Nikitha-MSFT
Yes am trying to open sso page in task module. Tried adding bot id but getting the same error.Prateek Chaudhary
@Nikitha-MSFT any update on this ??Prateek Chaudhary
Currently SSO is available only on Teams tab. We are working on it, We don't have ETA to share when it will be available in Bot.Nikitha-MSFT

1 Answers

0
votes

As Nikitha mentioned in comment, we have confirmed with engineering team that it is not available on Teams tab now but they have it in their backlog. No ETA for now but I will update once they have any news forit.

Thanks.