Forum Discussion
MSIX automatic updates and authentication
- Jan 13, 2020
Hey Martin82
The AppInsatller file currently doesn't support user authentication. This is a feature in our backlog and we hope to get to it soon.
Tanaka (MSFT)
Hey Martin82
The AppInsatller file currently doesn't support user authentication. This is a feature in our backlog and we hope to get to it soon.
Tanaka (MSFT)
Edit: made this a separate post.
I'm wondering if this backlog item will solve my issue, which is I want to host the https://docs.microsoft.com/en-us/windows/msix/app-installer/installing-windows10-apps-web in an Azure web app behind Easy Auth so that only users in the linked Active Directory can access the installation download.
Easy Auth works as expected to require login to the web page, but the App Installer experience fails with 'An error occurred while accessing the file from the web. Please try downloading and opening the file locally.' I'm guessing this same issue will impact the automatic update functionality of the UWP app as well.
Curious if 'AppInstaller user authentication' would solve this problem, or if it will be an authentication experience after the MSIX package has already been downloaded.