We have an add-in in production where, for certain users, the call to getUserIdentityTokenAsync()
fails and returns a null
token.
The response is
"Status" = "failed",
"Error" = {message: "An internal error has occurred", name: "Internal Error"}
Would anyone know what could cause this type of failure? Certain users always get the error, and we have never seen the error locally or during development.
It seems to happen only for desktop Outlook users. We have not seen any errors for users when using the add-in via the browser.