OfficeDev / office-js

A repo and NPM package for Office.js, corresponding to a copy of what gets published to the official "evergreen" Office.js CDN, at https://appsforoffice.microsoft.com/lib/1/hosted/office.js.
https://learn.microsoft.com/javascript/api/overview
Other
670 stars 95 forks source link

Outlook NAA: Migration path in code #4802

Open manuelsidler opened 4 weeks ago

manuelsidler commented 4 weeks ago

Based on the latest blog post about deprecating legacy Exchange Online tokens (https://devblogs.microsoft.com/microsoft365dev/updates-on-deprecating-legacy-exchange-online-tokens-for-outlook-add-ins/) we'll have three scenarios to support in our Outlook add-in:

image

Edit: While fiddling around with NAA today, I found some answers (and more questions):

davidchesnut commented 3 weeks ago

Hi @manuelsidler that flowchart is great! We're working on a sample that will show how to handle fallback scenarios, and can update this issue once it is ready in PR. The scenarios you point out are exactly what we are looking to show how to do. Thanks!

manuelsidler commented 2 days ago

@davidchesnut is there any timeline for when we can expect a sample to handle legacy scenarios?