Office API call to getUserIdentityTokenAsync() returns a null token

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-06 13:27:34

问题


Our Outlook add-in runs successfully for our production clients except for one specific tenant.

With this one tenant, the Office API call to getUserIdentityTokenAsync() returns a null token.

Here is what I have determined from reviewing our logs:

  1. When they access the addin from the Mac Outlook client, getUserIdentityTokenAsync() returns "Status" = "failed" with error code "9017".

  2. When they access the addin from Chrome or Firefox, getUserIdentityTokenAsync() returns "Status" = "succeeded" but the token value is null.

Their self-hosted Microsoft Exchange server version is 15.1.1531.3 and I have confirmed Exchange Web Services is enabled.

Does anyone have insight as to why this method is failing to return a token?

来源:https://stackoverflow.com/questions/53305330/office-api-call-to-getuseridentitytokenasync-returns-a-null-token

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