You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[All hosts](NAA) Add new samples and Teams link (#5292)
* add Teams NAA link and new samples
* Add Teams NAA link
* shortening sample descriptions
* Apply suggestions from code review
Co-authored-by: Alex Jerabek <[email protected]>
---------
Co-authored-by: Alex Jerabek <[email protected]>
| Excel | In preview | In preview | In preview | In preview on iPad | Not applicable |
25
-
| Outlook | GA | GA in Current Channel and Monthly Enterprise Channel, Preview in Semi-Annual Channels | GA | GA (iOS) | GA |
25
+
| Outlook | GA | GA | GA | GA (iOS) | GA |
26
26
| PowerPoint | In preview | In preview | In preview | In preview on iPad | Not applicable |
27
27
| Word | In preview | In preview | In preview | In preview on iPad | Not applicable |
28
28
29
29
> [!IMPORTANT]
30
30
> To use NAA on platforms that are still in preview (Word, Excel, and PowerPoint), join the [Microsoft 365 Insider Program](https://aka.ms/MSFT365InsiderProgram) and choose **Current Channel (Preview)**. Don't use NAA in production add-ins for any preview platforms. We invite you to try out NAA in test or development environments and welcome feedback on your experience through GitHub (see the **Feedback** section at the end of this page).
31
31
32
+
For information on using NAA in Microsoft Teams, see [Nested app authentication in Microsoft Teams](/microsoftteams/platform/concepts/authentication/nested-authentication).
33
+
32
34
## Register your single-page application
33
35
34
36
You’ll need to create a Microsoft Azure App registration for your add-in on the Azure portal. The app registration must have at minimum:
@@ -289,9 +291,13 @@ If you find a security issue with our libraries or services, report the issue to
289
291
290
292
| Sample name | Description |
291
293
| ----------- | ------------ |
292
-
|[Office Add-in with SSO using nested app authentication](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-SSO-NAA)| Shows how to use MSAL.js nested app authentication (NAA) in an Office Add-in to access Microsoft Graph APIs for the signed-in user. The sample displays the signed-in user's name and email. It also inserts the names of files from the user's Microsoft OneDrive account into the document. |
293
-
|[Outlook add-in with SSO using nested app authentication](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Add-in-SSO-NAA)| Shows how to use MSAL.js nested app authentication (NAA) in an Outlook Add-in to access Microsoft Graph APIs for the signed-in user. The sample displays the signed-in user's name and email. It also inserts the names of files from the user's Microsoft OneDrive account into a new message body. |
294
+
|[Office Add-in with SSO using nested app authentication](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Office-Add-in-SSO-NAA)| Shows how to use NAA in an Office Add-in to access Microsoft Graph APIs for the signed-in user. |
295
+
|[Outlook add-in with SSO using nested app authentication](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Add-in-SSO-NAA)| Shows how to use NAA in an Outlook Add-in to access Microsoft Graph APIs for the signed-in user. |
296
+
|[Implement SSO in events in an Outlook add-in using nested app authentication](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Event-SSO-NAA)|Shows how to use NAA and SSO in Outlook add-in events.|
297
+
|[Send identity claims to resources using nested app authentication (NAA) and SSO](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Add-in-SSO-NAA-Identity)|Shows how to send the signed-in user's identity claims (such as name, email, or a unique ID) to a resource such as a database. This sample replaces an obsolete pattern for legacy Exchange Online tokens.|
298
+
|[Outlook add-in with SSO using nested app authentication including Internet Explorer fallback](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Add-in-SSO-NAA-IE)|Shows how to implement a fallback authentication strategy when NAA isn't available and the add-in needs to support [Outlook versions that still use Internet Explorer 11](../concepts/browsers-used-by-office-web-add-ins.md).|
294
299
295
300
## See also
296
301
297
302
-[NAA FAQ](https://aka.ms/NAAFAQ)
303
+
-[Nested app authentication in Microsoft Teams](/microsoftteams/platform/concepts/authentication/nested-authentication).
0 commit comments