We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to log in using Microsoft's alias email feature, the following error show up.
[ .. ] Processing authentication against Minecraft services... [FAILED] Incoherent authentication data, please retry.
I tried logging in with the Minecraft launcher and was able to login
The text was updated successfully, but these errors were encountered:
Caused by
portablemc/portablemc/auth.py
Line 263 in e98452a
id_token_payload["email"].casefold() == email.casefold()
The payload return the primary alias instead of the email we used to login
Sorry, something went wrong.
Did some more digging and it turns out the email scope return the primary email
email
I made this so users could not login with another account than the one they specified in the command line. Didn't know that alias existed..
No branches or pull requests
When trying to log in using Microsoft's alias email feature, the following error show up.
I tried logging in with the Minecraft launcher and was able to login
The text was updated successfully, but these errors were encountered: