WebAuthenticator for unpackaged apps #165
MarcinPawlicaFS
started this conversation in
General
Replies: 1 comment 5 replies
-
The reason is it uses the app activation schema you define in the app manifest to redirect you back to the app after signing in to the browser. This is one of the features of packaged apps. It could be done with unpackaged apps but requires registry entries and stuff so not really an easy solution since you’d need an installer to setup and clean up those registries |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently developing a MAUI app that's been using your WebAuthenticator, which has been working great since you managed to fix the Okta issue I reported a while back :) We are currently preparing our app for distribution, and since it's gonna be sideloaded (i.e. not published in MS store), and our current users (of a WPF app that we're replacing) are used to a "regular windows installer", we thought we'll follow the same route and publish the app as unpackaged, and then simply prepare a WIX installer. However, it seems that WebAuthenticator has a very strict rule that prevents it from working in unpackaged apps:
What is the reason for this? Are there some security concerns for unpackaged apps?
Beta Was this translation helpful? Give feedback.
All reactions