How MS Teams auto logs into Azure AD

*爱你&永不变心* 提交于 2019-12-12 23:15:19

问题


I tried few plugins to implement Azure AD auto-login functionality to an Electron app, but each of them had login issues described here if I choose file system URL(file:///).

This is because Electron apps run on file system URLs and Azure AD doesn't accepts a file system URL.

As much as I know, MS Teams is build on Electron. How have they achieved it? Do I need to run a local server like electron-with-express?

来源:https://stackoverflow.com/questions/51773875/how-ms-teams-auto-logs-into-azure-ad

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!