Why does not proxy work with the Microsoft account?
jesus-mg-ios opened this issue · 2 comments
We noticed that this proxy doesn't work in login with Microsoft, and if it's possible, we want to know what is the technical blocker to do this in terms of network that is to say, which is the weakness of this proxy in technical terms (maybe http x protocol?) to not allow the authentication with Microsoft.
Thanks for your response.
Good job!
This doesn't work with Microsoft because I couldn't be bothered to implement OAuth2 to get the initial token. I know all accounts will be migrated over soon so it might be a welcome PR. This is where Mojang authentication is implemented, and this is where I planned to add Microsoft authentication eventually, if I have time. You can create a PR for this functionality pretty easily if you'd like.
I added support for Microsoft authentication by following the docs and creating my own Azure app.