我正在構建與幾個不同社交登錄集成的Office應用程序應用程序。使用POC玩轉,很明顯,像Office 365/Facebook這樣的SSO打開的重定向/新窗口是阻止程序,因爲它們不會返回到打開它們的窗口(登錄確認等)(辦公應用程序) 。有沒有辦法確保任何新窗口在Office應用程序容器內呈現,而不是在新窗口中呈現?在Office應用程序中使用社交登錄
相關問題
- Outlook App - ADAL Authentication - AADSTS90056: This endpoint only accepts POST requests
- https://social.msdn.microsoft.com/Forums/office/en-US/e941096a-5e57-4e61-85fb-63ba33cd68ca/aadsts90056-this-endpoint-only-accepts-post-requests?forum=azureapimgmt
這裏有一些更多的資源: https://github.com/OfficeDev/Word-Add-in-AngularJS-Client-OAuth https://github.com/OfficeDev/Office-Add-in-Nodejs- ServerAuth https://github.com/dougperkes/Office-Add-in-AspNetMvc-ServerAuth –
不幸的是,與理查德Dizierga的博客文章相關聯的完整代碼已經消失MIA - 我找到了[Simon Jaeger的帖子](http ://simonjaeger.com/building-a-good-authentication-flow-in-an-office-add-in/)有幫助。 – lgaud