我们创建了一个使用SSO-OBO流的Outlook(Graph)addin。它与Mac-Outlook,Win-Outlook和Outlook Web访问完美搭配。
但是,当我们在Outlook Mobile(iOS和Android)中打开相同的ADDIN时,它在我们要求使用令牌的部分中一直在失败(Office.auth.getAccessToken())。经过一番调查,我们发现移动展望不支持身份API 1.3。
我们希望我们的Addin使用SSO-OBO流中的Outlook Mobile工作。最好是,我们希望避免弹出式或对话框。但是,如果那是不可避免的,那么我们会这样。
这是我的问题:
-
Mobile Outlook Addins实施SSO-OBO流(Bootstrap-exchange-graph token)的最佳方法是什么?
-
是否有人听说过为移动外观提供支持身份API 1.3的计划吗?我们必须考虑休息将在2022年11月之前退休。
我希望这些问题有意义。
谢谢大家。
We have created an Outlook (GRAPH) addin that uses the SSO-OBO flow. It works perfectly with MAC-Outlook, Win-Outlook and Outlook Web Access.
However, when we opened the same addin in Outlook Mobile (IOS and Android), it kept on failing in the part where we were requesting for a token (Office.Auth.getAccessToken()). After some investigation, we found out that mobile Outlook does not support Identity API 1.3.
We would want our addin to work in Outlook Mobile using the SSO-OBO flow. Preferably, we would want to avoid popups or dialogs. But if that is inevitable then we go that way.
Here then are my questions :
-
What is the best way to implement the SSO-OBO flow (bootstrap-exchange-to-GRAPH token) for mobile Outlook addins?
-
Has anybody heard of a plan to support Identity API 1.3 for Mobile-Outlook? We have to consider that REST will be retired by November 2022.
I hope these questions made sense.
Thank you all in advance.
发布评论
评论(1)
由您决定使用哪种解决方案。没有这样的建议。
从未听说过这样的短期计划。您可以在 Identity api要求集文章。
请注意,您可以在。
It is up to you which solution to use. There is no such recommendations published.
Have never heard about such short-term plans. You can find Office versions and platforms that support 1.3 in the Identity API requirement sets article.
Note, you can file a new feature request or vote for the existing one at https://aka.ms/M365dev-suggestions .