-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add URI auth scheme support for UWP #54
Comments
I guess you need to allow the app to access localhost. Check this: https://stackoverflow.com/questions/33259763/uwp-enable-local-network-loopback |
Here is another link I've found: https://wpdev.uservoice.com/forums/110705-universal-windows-platform/suggestions/36604855-allow-localhost-loopback-capability-in-uwp-apps-de Seems it's not possible to pass MS Review with localhost loopback enabled. |
The app should ask for a permission to access localhost, which is done with the aforementioned utility. It's just a guess, though. |
I've found this: https://developers.google.com/identity/protocols/OAuth2InstalledApp |
Ah, looks like they've changed the recommended scheme for UWP. Unfortunately, I'm unable to work on that at the moment, but if anyone is interested, feel free to send PRs. |
In UPW build, after I press Allow in browser, it redirects me to localhost. And nothing happens.
BTW I can confirm your plugin works in Editor, Android, iOS and macOS. UWP is the last boss for me, so I will thank you for any help and tips =)
The text was updated successfully, but these errors were encountered: