-
-
Notifications
You must be signed in to change notification settings - Fork 167
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
Issue with some Microsoft 2FA #147
Comments
This was my experience with getting my MS account into 2FAuth. It's worth noting that I don't think this is necessarily a bug (like you demonstrated, it DOES work if you input the correct specific parameters), it's just MS's weird and non-standard implementation of MFA. |
This was referenced Nov 24, 2023
This was referenced Dec 1, 2023
This was referenced Dec 8, 2023
This was referenced Dec 15, 2023
This was referenced Dec 18, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some Microsoft 2FA (e.g from admin.microsoft.com, and probably from any MS service that uses corporate accounts) are rejected by 2FAuth after a QR scan or upload. Long story short, this is due to MS specific usage whereas 2FAuth respects the (most commons) Google guidelines (see Google-authenticator/Key Uri Format).
The good news is that you can add those 2FA to 2FAuth manually.
:
character. Copy/Paste the left part in theService
field of 2FAuth form, the right part in theAccount
field of 2FAuth.If a
,
is present, remove it. There is no need to keep the account informations exactly as is to generate valid codesSecret
field toBase32
, copy paste the Secret provided by MS then remove all white spaces and upper case it.For example, if MS gives you the secret
xd5s 8s5d 6eed 8s9d
you must fillXD5S8S5D6EED8S9D
in 2FAuth.The text was updated successfully, but these errors were encountered: