用于Outlook Mobile(iOS和Android)实现SSO-OBO流量的最佳方法是什么?

发布于 2025-01-23 08:09:05 字数 532 浏览 3 评论 0 原文

我们创建了一个使用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工作。最好是,我们希望避免弹出式或对话框。但是,如果那是不可避免的,那么我们会这样。

这是我的问题:

  1. Mobile Outlook Addins实施SSO-OBO流(Bootstrap-exchange-graph token)的最佳方法是什么?

  2. 是否有人听说过为移动外观提供支持身份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 :

  1. What is the best way to implement the SSO-OBO flow (bootstrap-exchange-to-GRAPH token) for mobile Outlook addins?

  2. 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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

你怎么敢 2025-01-30 08:09:05
  1. 由您决定使用哪种解决方案。没有这样的建议。

  2. 从未听说过这样的短期计划。您可以在 Identity api要求集文章。

请注意,您可以在

  1. It is up to you which solution to use. There is no such recommendations published.

  2. 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 .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文