OAuth
6 TopicsGet refresh token of Teams Desktop of the current user
The Teams client must store access and refresh tokens somewhere (probably encrypted in the local or session storage of the underlying browser) I am wondering, if there is a way to read those tokens, especially the refresh token that Teams uses to call its Apis in the background. If I open the Teams developer tools, I can not find the token in any of the requests. And Fiddler seems to block Teams and there is no easy way to sniff the traffic produced by the client- do you have any other idea? Why do I need this? I need this token to write a script that uses the unofficial Teams api (not the graph). I want to use this API to create a link to a certain SharePoint library in all my Teams (it used to be called "Add cloud storage") This option is not available in the Graph and therefore I have to use the unofficial Teams Api to create those references programmatically. Getting a token for it (via authorization code flow) seems only possible with the Teams client itself.649Views1like8CommentsMissing session cookie (*****) in consent redirect request.
Hi, I've a message extension develop for MS Teams and I get this error in the OAuth 2.0 flow. The flow is: 1. Get sign in button in Message Extension 2. Go to our IdP screen and provide the email 3. Get a link in your e-mail address to continue with the authentication 4. Press the link and get this error. I don't see any docs regarding this error. I assume that some parameter is missing in the link generated. Can someone point any ideas on what is this or how to solve this issue?1KViews1like1Comment