OfficeJs SSO getAccessTokenAsync returns error code 3000,Access denied

≡放荡痞女 提交于 2020-01-15 12:22:53

问题


I have followed all steps but I had some changes due to my unique setup.

I had unique setup where none of the services were hosted on azure so I used aws azure active directory integration. I used following tutorial to configure AWS Azure Active directory. I followed this tutorial to configure sso for my word addin

After following tutorial I got this below error

getAccessTokenAsync return

result = {
    status: "failed",
    error: {
        code: 7000,
        message: "You don't have sufficient permissions for this action.",
        name: "permission denied",
    }
}

来源:https://stackoverflow.com/questions/51885373/officejs-sso-getaccesstokenasync-returns-error-code-3000-access-denied

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