David Chesnut

Results 55 comments of David Chesnut

Ok, so referring to the sandboxed environment of the task pane running in a webview (desktop) or iFrame (online)? That is true that unlike VSTO solutions you'll be more constrained...

Hi @johandanforth, Sorry this has taken so long. I was working on a PR to update this sample, but we're changing our strategy to rely on the existing [Microsoft identity...

Hi @johandanforth, If you haven't seen it already you may be interested in the [Outlook Blazor sample](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/blazor-add-in/outlook-blazor-add-in) that @elegault contributed. It allows you to keep the logic portions of your...

I sideloaded the sample to Outlook on web, and Outlook on Windows and it seems to load and run fine. Can you try again after [clearing the Office cache](https://learn.microsoft.com/office/dev/add-ins/testing/clear-cache)? Thanks!...

Hi @priya-cloud, Our current plan is to point folks to the [Microsoft identity platform code samples](https://learn.microsoft.com/en-us/azure/active-directory/develop/sample-v2-code). These samples are great and cover a lot of different platform scenarios. The key...

Closing this issue, and tracking @anantharengan at #440

Reopen, still need to add documentation on deployment.

We've added the documentation on how to deploy SSO add-ins. See [Deploy a single sign-on (SSO) Office Add-in to Microsoft Azure App Service](https://learn.microsoft.com/office/dev/add-ins/publish/deploy-office-add-in-sso-to-azure)

Hi @Stephen-C-Butler, hoping to close out this old issue. I think the original issue identified here is fixed. There was a big refresh on this sample a while ago. So...

Hi @elthombre, there is documentation about [Authorization with non-Microsoft identity providers](https://learn.microsoft.com/office/dev/add-ins/develop/auth-external-add-ins) as well as [Authenticate and authorize with the Office dialog API](https://learn.microsoft.com/office/dev/add-ins/develop/auth-with-office-dialog-api). As you point out you don't control the...