-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 Minecraft provider #10265
base: main
Are you sure you want to change the base?
Add Minecraft provider #10265
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
@VortexHero is attempting to deploy a commit to the authjs Team on Vercel. A member of the Team first needs to authorize it. |
Hello, i tried to use your Minecraft Provider but i have an issue after my login:
When i am using the AzureAD Provider, all is working fine Could you help me to fix this problem ? I see that the probleme is due to minecraft.ok that return false from https://api.minecraftservices.com/authentication/login_with_xbox |
@Sithey This is because there is no error handling for the scenario where The reason for the falsy return value is :
So in order to use the Minecraft provider that @VortexHero built, you have to submit an app registration request so they can approve it and add you to their allow list. You'll receive an email that will look like this :
The other way around is not use Azure App Active Directory but plain HTTP requests and some easy scrapping. I definitely don't recommend it since you'll have to add extra layers and complexity of code to verify 2FA user accounts and the list goes on. |
It looks like this issue did not receive any activity for 60 days. It will be closed in 7 days if no further activity occurs. If you think your issue is still relevant, commenting will keep it open. Thanks! |
☕️ Reasoning
Adds a Minecraft provider based on Azure-AD. More information here: https://wiki.vg/Microsoft_Authentication_Scheme
🧢 Checklist
🎫 Affected issues
Fixes: #4890
📌 Resources