Forum Discussion

fileorbis's avatar
fileorbis
Copper Contributor
Jan 14, 2021

No cookies are stored on teams.microsoft.com

I developed an application for Microsoft Teams with .Net Core 3.1.

I manage the session with Cookie. Session cookies work smoothly in mobile, tablet and Windows applications but session cookies are deleted at https://teams.microsoft.com/ So I can't login

how can i solve this problem?

2 Replies

    • StevenC365's avatar
      StevenC365
      MVP

      Teams desktop does preserve cookies, so you must be missing something. You auth will fetch a token, you store this token within a session of your application.

       

      Not sure what else you mean

Resources