Skip to content

Commit 9933fc4

Browse files
[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]>
1 parent 836fbc1 commit 9933fc4

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/develop/enable-nested-app-authentication-in-your-add-in.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Enable single sign-on in an Office Add-in with nested app authentication
33
description: Learn how to enable SSO in an Office Add-in with nested app authentication.
4-
ms.date: 06/24/2025
4+
ms.date: 07/14/2025
55
ms.topic: how-to
66
ms.localizationpriority: high
77
---
@@ -22,13 +22,15 @@ NAA supports both Microsoft Accounts and Microsoft Entra ID (work/school) identi
2222
| Application | Web | Windows | Mac | iOS/iPad | Android |
2323
|-------------|------------|------------------------------------------------------|------------|--------------------|----------------|
2424
| 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 |
2626
| PowerPoint | In preview | In preview | In preview | In preview on iPad | Not applicable |
2727
| Word | In preview | In preview | In preview | In preview on iPad | Not applicable |
2828

2929
> [!IMPORTANT]
3030
> 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).
3131
32+
For information on using NAA in Microsoft Teams, see [Nested app authentication in Microsoft Teams](/microsoftteams/platform/concepts/authentication/nested-authentication).
33+
3234
## Register your single-page application
3335

3436
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
289291

290292
| Sample name | Description |
291293
| ----------- | ------------ |
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).|
294299

295300
## See also
296301

297302
- [NAA FAQ](https://aka.ms/NAAFAQ)
303+
- [Nested app authentication in Microsoft Teams](/microsoftteams/platform/concepts/authentication/nested-authentication).

0 commit comments

Comments
 (0)