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
Copy file name to clipboardExpand all lines: docs/develop/enable-nested-app-authentication-in-your-add-in.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
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
5
5
ms.topic: how-to
6
6
ms.localizationpriority: high
7
7
---
8
8
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
10
10
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.
12
12
13
13
- You only need to use the MSAL.js library and don’t need the `getAccessToken` function in Office.js.
14
14
- 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