From 5496e664ebe36ea71f49e8142e0b27a1fef5942b Mon Sep 17 00:00:00 2001 From: David Chesnut Date: Fri, 11 Apr 2025 13:57:19 -0700 Subject: [PATCH 1/4] Update SAC and MSA support info --- .../common/nested-app-auth-requirement-sets.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md index 8f3b9cc936..f583b0b84f 100644 --- a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md +++ b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md @@ -1,7 +1,7 @@ --- title: Nested app auth requirement sets description: Nested app auth requirement set information for Office Add-ins. -ms.date: 02/05/2025 +ms.date: 04/11/2025 ms.topic: overview ms.localizationpriority: medium --- @@ -19,19 +19,20 @@ Office Add-ins run across multiple versions of Office. The following table lists > [!IMPORTANT] > > - Currently, the NestedAppAuth 1.1 requirement set is supported in Office on the web only for documents that are opened from Microsoft SharePoint Online and OneDrive. -> - In Outlook, the NestedAppAuth 1.1 requirement set isn't supported if the add-in is loaded in an Outlook.com or Gmail mailbox. ## Supported accounts and hosts -NAA supports both Microsoft Accounts and Microsoft Entra ID (work/school) identities. It doesn't support Azure Active Directory B2C for business-to-consumer identity management scenarios. The following table explains the current support by platform. Platforms listed as generally available (GA) are ready for production usage in your add-in. +NAA supports both Microsoft Accounts (MSA), such as personal outlook.com accounts, and Microsoft Entra ID (work/school) identities. It doesn't support Azure Active Directory B2C for business-to-consumer identity management scenarios. The following table explains the current support by platform. Platforms listed as generally available (GA) are ready for production usage in your add-in. | Application | Web | Windows | Mac | iOS/iPad | Android | |-------------|------------|------------------------------------------------------|------------|--------------------|----------------| | Excel | In preview | In preview | In preview | In preview on iPad | Not applicable | -| Outlook | GA | GA in Current Channel, Monthly Enterprise Channel, Semi-Annual Channel. Preview in Semi-Annual Channel Extended. | GA | GA (iOS) | GA | +| Outlook | GA | GA in Current Channel, Monthly Enterprise Channel, and Semi-Annual Channel (build 16.0.17928.20392). Preview in Semi-Annual Channel Extended. | GA | GA (iOS) | GA | | PowerPoint | In preview | In preview | In preview | In preview on iPad | Not applicable | | Word | In preview | In preview | In preview | In preview on iPad | Not applicable | +NAA is also GA for Microsoft personal accounts (MSA) such as outlook.com accounts. + > [!IMPORTANT] > To use NAA on platforms that are still in preview (Word, Excel, and PowerPoint), join the Microsoft 365 Insider Program (https://insider.microsoft365.com/join) 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). From 2ae990c5d0a9bf974bdafe9623710190ab7127b9 Mon Sep 17 00:00:00 2001 From: David Chesnut Date: Fri, 11 Apr 2025 13:59:26 -0700 Subject: [PATCH 2/4] remove duplicate info --- .../requirement-sets/common/nested-app-auth-requirement-sets.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md index f583b0b84f..9d0053fca6 100644 --- a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md +++ b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md @@ -31,8 +31,6 @@ NAA supports both Microsoft Accounts (MSA), such as personal outlook.com account | PowerPoint | In preview | In preview | In preview | In preview on iPad | Not applicable | | Word | In preview | In preview | In preview | In preview on iPad | Not applicable | -NAA is also GA for Microsoft personal accounts (MSA) such as outlook.com accounts. - > [!IMPORTANT] > To use NAA on platforms that are still in preview (Word, Excel, and PowerPoint), join the Microsoft 365 Insider Program (https://insider.microsoft365.com/join) 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). From 2c89108742cb1f72106cde5dab419c8cd80a2ccd Mon Sep 17 00:00:00 2001 From: David Chesnut Date: Tue, 5 Aug 2025 10:40:46 -0700 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Sam Ramon <15154970+samantharamon@users.noreply.github.com> --- .../requirement-sets/common/nested-app-auth-requirement-sets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md index 9d0053fca6..926682d72c 100644 --- a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md +++ b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md @@ -27,7 +27,7 @@ NAA supports both Microsoft Accounts (MSA), such as personal outlook.com account | Application | Web | Windows | Mac | iOS/iPad | Android | |-------------|------------|------------------------------------------------------|------------|--------------------|----------------| | Excel | In preview | In preview | In preview | In preview on iPad | Not applicable | -| Outlook | GA | GA in Current Channel, Monthly Enterprise Channel, and Semi-Annual Channel (build 16.0.17928.20392). Preview in Semi-Annual Channel Extended. | GA | GA (iOS) | GA | +| Outlook | GA | GA in Current Channel, Monthly Enterprise Channel, and Semi-Annual Channel (Version 2408 (Build 17928.20392)). Preview in Semi-Annual Channel Extended. | GA | GA (iOS) | GA | | PowerPoint | In preview | In preview | In preview | In preview on iPad | Not applicable | | Word | In preview | In preview | In preview | In preview on iPad | Not applicable | From ce9147fcf2524e78743c5a5365963815429d560c Mon Sep 17 00:00:00 2001 From: David Chesnut Date: Tue, 5 Aug 2025 10:47:49 -0700 Subject: [PATCH 4/4] GA in all channels now --- .../common/nested-app-auth-requirement-sets.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md index 926682d72c..39478c3de2 100644 --- a/docs/requirement-sets/common/nested-app-auth-requirement-sets.md +++ b/docs/requirement-sets/common/nested-app-auth-requirement-sets.md @@ -1,7 +1,7 @@ --- title: Nested app auth requirement sets description: Nested app auth requirement set information for Office Add-ins. -ms.date: 04/11/2025 +ms.date: 08/05/2025 ms.topic: overview ms.localizationpriority: medium --- @@ -27,7 +27,7 @@ NAA supports both Microsoft Accounts (MSA), such as personal outlook.com account | Application | Web | Windows | Mac | iOS/iPad | Android | |-------------|------------|------------------------------------------------------|------------|--------------------|----------------| | Excel | In preview | In preview | In preview | In preview on iPad | Not applicable | -| Outlook | GA | GA in Current Channel, Monthly Enterprise Channel, and Semi-Annual Channel (Version 2408 (Build 17928.20392)). Preview in Semi-Annual Channel Extended. | GA | GA (iOS) | GA | +| Outlook | GA | GA | GA | GA (iOS) | GA | | PowerPoint | In preview | In preview | In preview | In preview on iPad | Not applicable | | Word | In preview | In preview | In preview | In preview on iPad | Not applicable |