Skip to content

Commit 3e21d85

Browse files
author
github-actions
committed
Merge branch 'main' into live
2 parents da3c437 + c9102b1 commit 3e21d85

8 files changed

+26
-28
lines changed

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

Lines changed: 5 additions & 5 deletions
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.

docs/excel/custom-functions-debugging.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Custom functions debugging in a non-shared runtime
33
description: Learn how to debug your Excel custom functions that don't use a shared runtime.
4-
ms.date: 01/26/2023
4+
ms.date: 12/26/2024
55
ms.topic: troubleshooting
66
ms.localizationpriority: medium
77
---
@@ -43,11 +43,8 @@ You can use the browser developer tools to debug custom functions that don't use
4343

4444
1. Open [Office on the web](https://office.live.com/).
4545
1. Open a new Excel workbook.
46-
1. Select **Home** > **Add-ins**, then select **Get Add-ins**.
47-
1. On the **Office Add-ins** dialog, select the **MY ADD-INS** tab, choose **Manage My Add-ins**, and then **Upload My Add-in**.
48-
49-
![The Office Add-ins dialog with a drop-down in the upper right reading "Manage my add-ins" and a drop-down below it with the option "Upload My Add-in".](../images/office-add-ins-my-account.png)
50-
46+
1. Select **Home** > **Add-ins**, then select **More Settings**.
47+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
5148
1. **Browse** to the add-in manifest file, and then select **Upload**.
5249

5350
![The upload add-in dialog with buttons for browse, upload, and cancel.](../images/upload-add-in.png)
-125 KB
Binary file not shown.

docs/includes/excel-custom-functions-manually-register.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ If the `CONTOSO` namespace isn't available in the autocomplete menu, take the fo
22

33
# [Excel on the web](#tab/excel-online)
44

5-
1. In Excel, select **Home** > **Add-ins**, then select **More Add-ins**.
5+
1. Select **Home** > **Add-ins**, then select **More Settings**.
66

7-
1. In the **MY ADD-INS** tab, select **Manage My Add-ins** and choose **Upload My Add-in**.
7+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
88

99
1. Choose **Browse...** and navigate to the root directory of the project that the Yeoman generator created.
1010

docs/publish/publish-task-pane-and-content-add-ins-to-an-add-in-catalog.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Publish task pane and content add-ins to a SharePoint app catalog
33
description: To make Office Add-ins accessible to users within their organization, administrators can upload Office Add-ins manifest files to the app catalog for their organization.
4-
ms.date: 04/12/2024
4+
ms.date: 12/26/2024
55

66
ms.localizationpriority: medium
77
---
@@ -76,7 +76,7 @@ Find Office Add-ins from the app catalog using the following steps.
7676

7777
1. Open the application.
7878
1. Create or open a document.
79-
1. Select **Home** > **Add-ins**, then select **More Add-ins**.
79+
1. Select **Home** > **Add-ins**, then select **More Settings**.
8080
_**Insert** > **Office Add-ins** in OneNote._
8181
1. In the Office Add-ins dialog, choose the **MY ORGANIZATION** tab.
8282
1. Choose an Office Add-in and then choose **Add**.
@@ -92,7 +92,7 @@ Find Office Add-ins from the app catalog using the following steps.
9292
Specify just the URL of the parent site collection:
9393
- `https://<domain>/sites/<AddinCatalogSiteCollection>`
9494
1. Close and reopen the Office application.
95-
1. Select **Home** > **Add-ins**, then select **Get Add-ins**.
95+
1. Select **Home** > **Add-ins**, then select **More Settings**.
9696
1. In the Office Add-ins dialog, choose the **MY ORGANIZATION** tab.
9797
1. Choose an Office Add-in and then choose **Add**.
9898

docs/testing/debug-add-ins-using-f12-tools-ie.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Debug add-ins using developer tools for Internet Explorer
33
description: Debug add-ins using the developer tools in Internet Explorer.
4-
ms.date: 07/14/2024
4+
ms.date: 12/26/2024
55
ms.localizationpriority: medium
66
---
77

@@ -63,9 +63,9 @@ The following steps are the instructions for debugging your add-in. If you just
6363
This example uses Word and a free add-in from AppSource.
6464

6565
1. Open Word and choose a blank document.
66-
1. Select **Home** > **Add-ins**, then select **Get Add-ins**.
66+
1. Select **Home** > **Add-ins**, then select **More Add-ins**.
6767
1. In the **Office Add-ins** dialog, select the **STORE** tab.
68-
1. Select the **QR4Office** add-in. It opens in a task pane.
68+
1. Search for and select the **QR4Office** add-in. It opens in a task pane.
6969
1. Launch the F12 development tools that corresponds to your version of Office as described in the preceding section.
7070
1. In the F12 window, select **Home.html**.
7171
1. In the **Debugger** tab, open the file **Home.js** as described in the preceding section.

docs/testing/sideload-office-add-ins-for-testing.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
title: Sideload Office Add-ins to Office on the web
33
description: Test your Office Add-in in Office on the web by sideloading.
4-
ms.date: 08/17/2023
4+
ms.date: 12/26/2024
55
ms.localizationpriority: medium
66
---
77

88
# Sideload Office Add-ins to Office on the web
99

10+
> [!NOTE]
11+
> This article primarily applies to **Excel**, **OneNote**, **PowerPoint**, and **Word** add-ins. For information on sideloading **Outlook** add-ins, see the article [Sideload Outlook add-ins for testing](../outlook/sideload-outlook-add-ins-for-testing.md).
12+
1013
When you sideload an add-in, you're able to install the add-in without first putting it in an add-in catalog. This is useful when testing and developing your add-in because you can see how your add-in will appear and function.
1114

1215
When you sideload an add-in on the web, the add-in's manifest is stored in the browser's local storage, so if you clear the browser's cache, or switch to a different browser, you have to sideload the add-in again.
@@ -67,13 +70,11 @@ If you're using Visual Studio to develop your add-in, press **F5** to open an Of
6770

6871
This method doesn't use the command line and can be accomplished using commands only within the host application (such as Excel).
6972

70-
1. Open [Office on the web](https://office.com/). Open a document in **Excel**, **OneNote**, **PowerPoint**, or **Word**.
71-
72-
1. Select **Home** > **Add-ins**, then select **More Add-ins**.
73+
1. Open [Office on the web](https://office.com/). Open a document in **Excel**, **OneNote**, **PowerPoint**, or **Word**.
7374

74-
1. On the **Office Add-ins** dialog, select the **MY ADD-INS** tab, choose **Manage My Add-ins**, and then **Upload My Add-in**.
75+
1. Select **Home** > **Add-ins**, then select **More Settings**.
7576

76-
![The Office Add-ins dialog with a drop-down in the upper right reading "Manage my add-ins" and a drop-down below it with the option "Upload My Add-in".](../images/office-add-ins-my-account.png)
77+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
7778

7879
1. **Browse** to the add-in manifest file, and then select **Upload**.
7980

docs/tutorials/excel-tutorial-create-custom-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Excel custom functions tutorial
33
description: In this tutorial, you will create an Excel add-in that contains a custom function that can perform calculations, request web data, or stream web data.
4-
ms.date: 12/11/2023
4+
ms.date: 12/26/2024
55
ms.service: excel
66
#Customer intent: As an add-in developer, I want to create custom functions in Excel to increase user productivity.
77
ms.localizationpriority: high
@@ -145,9 +145,9 @@ Integrating data from the Web is a great way to extend Excel through custom func
145145
146146
# [Excel on the web](#tab/excel-online)
147147
148-
1. In Excel, select **Home** > **Add-ins**, then select **More Add-ins**.
148+
1. Select **Home** > **Add-ins**, then select **More Settings**.
149149
150-
1. In the Office Add-ins dialog, choose **Manage My Add-ins**, then select **Upload My Add-in**.
150+
1. On the **Office Add-ins** dialog, select **Upload My Add-in**.
151151
152152
1. Choose **Browse...** and navigate to the root directory of the project that the Yeoman generator created.
153153

0 commit comments

Comments
 (0)