office365 - Outlook Add-In AppDomain for the current tenant -


how can set appdomain in manifest.xml current sharepoint online/onedrive (https://xxx.sharepoint.com) can open links ie onedrive outlook add-in? there placeholder instance: http://sharepoint?

you need set external domains add-in access. example sharepoint online instance, can use:

https://mycompanytenantname.sharepoint.com

same applies external apis/endpoints, example:

https://*.companyapi.com

hope helps.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -