From a5257a24f5c6b947a7d2fa5903af1cfa1cf58a97 Mon Sep 17 00:00:00 2001 From: Roy <59626501+RDMacLachlan@users.noreply.github.com> Date: Fri, 10 Feb 2023 13:20:48 -0800 Subject: [PATCH] Update app-installer-authentication-manager--overview.md --- .../app-installer-authentication-manager--overview.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/msix-src/app-installer/app-installer-authentication-manager--overview.md b/msix-src/app-installer/app-installer-authentication-manager--overview.md index 3d1051e1..4f4d9671 100644 --- a/msix-src/app-installer/app-installer-authentication-manager--overview.md +++ b/msix-src/app-installer/app-installer-authentication-manager--overview.md @@ -15,10 +15,8 @@ If authentication is required, the URI targeting the installation media must pro | Identity Service | Identity Connection String | |-------------------|-----------------------------| | Microsoft AAD | msixauth=aad | -| Google | msixauth=google | -| Dropbox | msixauth=dropbox | > [!Note] > The values of each field must be URL-encoded, that is with non-printing characters and spaces. The use of question mark ("?") to seperate the main Source from the field values, and ampersands ("&") to seperate each subsequent fields in the `ms-appinstaller:`. > -> Example: `ms-appinstaller:?source=https://website.com/app.msix&msixauth=aad` \ No newline at end of file +> Example: `ms-appinstaller:?source=https://website.com/app.msix&msixauth=aad`