-
Notifications
You must be signed in to change notification settings - Fork 69
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
Unable to login with my personal account. #2344
Comments
Thanks for the report - this looks like a regression when we switched the authentication library to MSAL. We'll look into it! |
Any Update? We have the same problem and can't use Batch Explorer for a while now. |
I created a temporary user using AAD. That also creates an email that ends with |
Not much of an update, but I believe this has to do with the initial scope of management.azure.com that we're using to query tenants, which only supports AAD accounts. Still trying to figure out the right fix, however. |
After a lot of reading, it looks like it's a behavior change with the v2 auth endpoints we're using. Switching to using the /organizations tenant instead of /common seems to have done the trick. I'll put a PR up and we'll get this into the insiders build right away. Let us know if that solves the issue for you! |
The fix should be live in the latest insiders build now. We'll try to get this released to stable next week. |
Since you asked to let you know: Yes, this solved it for us. Thank you! |
Glad to hear it! |
I am trying to log in with my personal account. Which is a @live.com email. But, i keep getting the following error -
"You can't sign in here with a personal account. Use your work or school account instead." How do i log in with my personal account?
The text was updated successfully, but these errors were encountered: