Forum Discussion
ray2408
Mar 06, 2024Brass Contributor
authentication
Our application has two components. The tab and the bot. We did the authentication to our backend service in the tab part. So we can make API calls to our backend service from the tab component.
But when we move to bot, we can't make the API calls from there. As we don't have the session ID and other authentication details. Can someone tell what would be a better approach to send the authentication details from tab to the bot side, so we can make API calls from bot env. as well.
- Dinesh-MSFTMicrosoft
Hi ray2408 - Thanks for raising the query.
We will look into it and let you know the updates.- ray2408Brass ContributorAny update on this? Dinesh-MSFT
- Dinesh-MSFTMicrosoftHi ray2408 - To use SSO authentication please refer the doc - https://learn.microsoft.com/en-us/microsoftteams/platform/concepts/authentication/authentication
Please refer this sample - https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/app-sso