JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,043 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
hi There,
I am trying to run a ui-less Outlook web add-on but when i am running this on Windows the command :
var ssoToken = await OfficeRuntime.auth.getAccessToken({});
is restricted to run on Outlook for windows.
Is there an option to ui-less get a bootstraptoken ? beasue it is also not possible anymore to use the dialog because that is prohibited to by design.