0
votes

I made a Microsoft Teams Custom App, I've already get the accessToken from my external api that athenticate the user. My problem is: how I can I save the received accessToken into Teams context? If I can't do this, how can I pass it from my tab to my messageExtension?

Thanks.

1
Could you please try storing the token in the in memory? try if that helps? - Nikitha-MSFT
Hello, I've used localStorage as exmaple. - Leonardo

1 Answers

0
votes

finally I decided to use Table Storage for save and get the received accessToken.