Skip to content

Commit 8071357

Browse files
authored
Define NAA acronym at first mention (#4968)
1 parent 7933ed4 commit 8071357

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: Enable SSO in an Office Add-in using nested app authentication
3-
description: Learn how to enable SSO in an Office Add-in using nested app authentication.
4-
ms.date: 12/18/2024
2+
title: Enable single sign-on in an Office Add-in with nested app authentication
3+
description: Learn how to enable SSO in an Office Add-in with nested app authentication.
4+
ms.date: 12/23/2024
55
ms.topic: how-to
66
ms.localizationpriority: high
77
---
88

9-
# Enable SSO in an Office Add-in using nested app authentication
9+
# Enable single sign-on in an Office Add-in with nested app authentication
1010

11-
You can use the MSAL.js library with nested app authentication to use SSO from your Office Add-in. Using nested app authentication offers several advantages over the On-Behalf-Of (OBO) flow.
11+
You can use the MSAL.js library with nested app authentication to use single sign-on (SSO) from your Office Add-in. Using nested app authentication (NAA) offers several advantages over the On-Behalf-Of (OBO) flow.
1212

1313
- You only need to use the MSAL.js library and don’t need the `getAccessToken` function in Office.js.
1414
- You can call services such as Microsoft Graph with an access token from your client code as an SPA. There’s no need for a middle-tier server.

0 commit comments

Comments
 (0)