Skip to content

Commit 3bf5581

Browse files
authored
[All Hosts] (auth) specify location of WebApplicationInfo element (#2278)
* [All Hosts] (auth) specify location of WebApplicationInfo element * one more
1 parent 4d6c776 commit 3bf5581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/manifest/versionoverrides-1-0-content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The following table applies only to version 1.0 of **\<VersionOverrides\>** elem
2323

2424
## Example
2525

26-
The following is a simple example. For more complex examples, see the manifests for the sample add-ins in [Office Add-in code samples](https://github.com/OfficeDev/Office-Add-in-samples).
26+
The following is a simple example. For more complex examples, see the manifests for the sample add-ins in [Office Add-in code samples](https://github.com/OfficeDev/Office-Add-in-samples). The **\<WebApplicationInfo\>** element must always be the last child of **\<VersionOverrides\>**.
2727

2828
```xml
2929
<OfficeApp ... xsi:type="Content">

docs/manifest/webapplicationinfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: WebApplicationInfo element in the manifest file
33
description: Reference documentation of the WebApplicationInfo element for Office Add-ins manifest (XML) files.
4-
ms.date: 08/14/2023
4+
ms.date: 05/16/2025
55
ms.localizationpriority: medium
66
---
77

@@ -30,7 +30,7 @@ For more information, see [Version overrides in the add-in only manifest](/offic
3030
> [!NOTE]
3131
> The single sign-on API is currently supported for Word, Excel, Outlook, and PowerPoint. For more information about where the single sign-on API is currently supported, see [IdentityAPI requirement sets](../requirement-sets/common/identity-api-requirement-sets.md). If you're working with an Outlook add-in, be sure to enable Modern Authentication for the Microsoft 365 tenancy. To learn how to do this, see [Enable or disable modern authentication for Outlook in Exchange Online](/exchange/clients-and-mobile-in-exchange-online/enable-or-disable-modern-authentication-in-exchange-online).
3232
33-
**\<WebApplicationInfo\>** is a child element of the [VersionOverrides](versionoverrides.md) element in the manifest.
33+
**\<WebApplicationInfo\>** is a child element of the [VersionOverrides](versionoverrides.md) element in the manifest. It must be the *last* child element.
3434

3535
## Child elements
3636

0 commit comments

Comments
 (0)