diff --git a/Samples/auth/Outlook-Add-in-SSO-NAA/README.md b/Samples/auth/Outlook-Add-in-SSO-NAA/README.md index 9e42d3cd..e4636b5e 100644 --- a/Samples/auth/Outlook-Add-in-SSO-NAA/README.md +++ b/Samples/auth/Outlook-Add-in-SSO-NAA/README.md @@ -66,6 +66,20 @@ For more information on how to register your application, see [Register an appli 1. Replace the placeholder "Enter_the_Application_Id_Here" with the Application ID that you copied. 1. Save the file. +## Choose a manifest type + +By default, the sample uses an add-in only manifest. However, you can switch the project between the add-in only manifest and the unified manifest. For more information about the differences between them, see [Office Add-ins manifest](https://learn.microsoft.com/en-us/office/dev/add-ins/develop/add-in-manifests). +If you want to continue with the add-in only manifest, skip ahead to the [Run the sample](#run-the-sample) section. + +### To switch to the Unified manifest for Microsoft 365 + +Copy all files from the **manifest-configurations/unified** subfolder to the sample's root folder, replacing any existing files that have the same names. We recommend that you delete the **manifest.xml** file from the root folder, so only files needed for the unified manifest are present in the root. Then continue with the [Run the sample](#run-the-sample) section. + +### To switch back to the Add-in only manifest + +If you want to switch back to the add-in only manifest, copy the files in the **manifest-configurations/add-in-only** subfolder to the sample's root folder. We recommend that you delete the **manifest.json** file from the root folder. + + ## Run the sample 1. Run the following commands. diff --git a/Samples/auth/Outlook-Add-in-SSO-NAA/manifest-configurations/add-in-only/manifest.xml b/Samples/auth/Outlook-Add-in-SSO-NAA/manifest-configurations/add-in-only/manifest.xml new file mode 100644 index 00000000..be9c1998 --- /dev/null +++ b/Samples/auth/Outlook-Add-in-SSO-NAA/manifest-configurations/add-in-only/manifest.xml @@ -0,0 +1,90 @@ + + + 33f1ce9e-8a9f-4164-8d4b-16d52404404d + 1.0.0.0 + Contoso + en-US + + + + + + + https://www.contoso.com + + + + + + + + + + +
+ + + 250 + +
+
+ ReadWriteMailbox + + + + false + + + + + + + + + + + + +