-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NAA Auth Changes #1046
Comments
No rush because first line to get headers is via API, but fallback of rest will stop working. Others going through this can be found here: https://github.com/OfficeDev/office-js/issues?q=is%3Aissue+naa+is%3Aclosed |
The more I look at this...the more I think we're fine doing nothing. MHA uses getAllInternetHeadersAsync to get headers for most environments, including every single environment which will be affected by this change. So that should still work. Only if that fails do we fall back to rest and getCallbackTokenAsync, and that should really only happen in downlevel/on prem environments unaffected by this change. Fallback to EWS is third in line and even further downlevel. So I don't think this deprecation is gonna have any noticeable effect on MHA. I'll keep an eye on metrics |
https://devblogs.microsoft.com/microsoft365dev/new-nested-app-authentication-for-office-add-ins-legacy-exchange-tokens-off-by-default-in-october-2024/
The text was updated successfully, but these errors were encountered: