Forum Discussion
How to load Component in App interface of teams apps
ManikantSingh - Are you trying to display the result using bot or tab on submit Could you please explain your scenario in more detail?
- ManikantSinghAug 11, 2020Copper Contributor
Nikitha-MSFT Thank you for replying. Below is exactly requirement
Requirement:- Show one tab along with login button in App interface. When click on log-in button,show one task module for user log-in and when click on submit on user log-in task module,close the pop-up and update data in App interface.
When log-in API is responding session-id, I am calling another API to get data using session-id which is used to show in App interface. Now this data is updating in user log-in task module
- Nikitha-MSFTAug 13, 2020Former Employee
ManikantSingh - Are you trying to authenticate user? If so could you please check this https://github.com/OfficeDev/microsoft-teams-sample-auth-node/tree/master/src/views/tab/simple
- ManikantSinghAug 13, 2020Copper Contributor
Thank you for replying. I did https://github.com/OfficeDev/msteams-tabs-sso-sample-nodejs SSO login type of authentication. Now please tell me how to generate sessionId for calling API