Forum Discussion

PedroKlein's avatar
PedroKlein
Copper Contributor
Oct 18, 2023

Bot Framework Token Service not working

Hi,

 

I am currently trying to login a user in a message extension app following this documentation and using the Bot Framework Token Service but there seems to be an error in the callback page.

 

I can do all the auth flow as expected, but once I finish my login, I'm redirected to https://token.botframework.com/api/oauth/PostSignInCallback?signin={uuid-here}&code={code-here} and them nothing happens.

 

I open up the logs from the page and notice that it is not importing the Teams JS library client.

 

Is this an error on token service or I'am implementing something wrong? It is worth saying that this also happens in any sample provided using the token service such as this one.

 

Thanks.

Resources