User report在收到客户发送的Teams meeting后,点击meeting link但是无法登录,提示下面错误。
AADSTS50020: User account from identity provider does not exist in tenant and cannot access the application.
出现这个问题是因为user有其他tenant的account登录,导致在Teams meeting登录时候关联了错误的account。
可以尝试下面方式处理:
1. 在Teams desktop app,sign out所有的account,并关闭Teams app
2. 打开Run,输入 %appdata%\Microsoft\Teams,点击OK button
3. 删除Teams folder下的所有file和folder
4. 重新打开Teams,使用要参加meeting的account登录
5. 点击Teams meeting link可以参加会议,问题解决
感谢阅读