Teams Email of connected user into message extension teams, message extension continue after login

55 Views Asked by At

I've one trouble with my teams custom app. I'm making a custom app that return sign-in action to unlogged user when he try to use a search message extension. Now, my problem is:

  • How can I resume the query after the user logged?

I return to the user an auth composeExtension type that point to one route of my spa. The user make authentication and correctly return the accesstoken, but then it doesn't continue the search. I've already try call :

  • microsoftTeams.authentication.notifySuccess({ accesToken: oResponse.accessToken })

but it only close the opened popUp. Please, help me. Thanks.

0

There are 0 best solutions below