Skip to content

[All hosts] (NAA) Update SAC and MSA support info #2253

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -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
---
Expand All @@ -19,16 +19,15 @@ 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
NAA supports both Microsoft Accounts (MSA), such as personal outlook.com accounts, and Microsoft Entra ID (work/school) identities. It doesn't support Microsoft Entra 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.

See https://learn.microsoft.com/en-us/entra/fundamentals/new-name#glossary-of-updated-terminology.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The product is still using this name so probably should stick with Azure Active Directory B2C until it gets changed.


| 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 |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| 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 |

Suggestion to keep format consistent with docs.

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

Expand Down