简体   繁体   English

Outlook 插件 - Outlook Mobile 上的 SSO 支持

[英]Outlook Add-in - SSO support on Outlook Mobile

I'm trying to create an online meeting mobile add-in for Outlook, as detailed here .我正在尝试为 Outlook 创建一个在线会议移动加载项,详见此处 The add-in itself works fine, until I try and obtain an access token using SSO (calling Office.context.auth.getAccessTokenAsync or OfficeRuntime.auth.getAccessToken).加载项本身工作正常,直到我尝试使用 SSO 获取访问令牌(调用 Office.context.auth.getAccessTokenAsync 或 OfficeRuntime.auth.getAccessToken)。 No exception is thrown, but the request to convert the meeting to an online meeting eventually times out with a generic error message.不会引发异常,但将会议转换为在线会议的请求最终会超时并显示一般错误消息。

I can obtain the Exchange Identity just fine (office.context.mailbox.getUserIdentityTokenAsync).我可以很好地获取 Exchange 身份(office.context.mailbox.getUserIdentityTokenAsync)。 I have also tried calling the same javascript function from a button on Outlook Desktop and I receive an access token, so I believe I have SSO configured correctly in the manifest and the Azure AD app. I have also tried calling the same javascript function from a button on Outlook Desktop and I receive an access token, so I believe I have SSO configured correctly in the manifest and the Azure AD app.

The answer to this question , posted a year ago, states that SSO was on mobile was not supported at this time.一年前发布的这个问题的答案指出,此时不支持 SSO 在移动设备上。 Is this still the case?现在还是这样吗?

Currently, we do not support SSO on Mobile platform.目前,我们不支持移动平台上的 SSO。 We track Outlook add-in feature requests on our Tech Community Page .我们在我们的技术社区页面上跟踪 Outlook 加载项功能请求。 Please submit your request there and choose the appropriate label(s).请在那里提交您的请求并选择适当的标签。 Feature requests on Tech Community are considered, when we go through our planning process.当我们通过我们的规划过程 go 时,会考虑技术社区的功能请求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM