Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app-installer-authentication-manager--overview.md #374

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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`
> Example: `ms-appinstaller:?source=https://website.com/app.msix&msixauth=aad`