I would consider that as a bug, not as a feature. If the login panel behaves differently on a correct password than on a wrong password, that's an information leak that must be fixed. Authentication must be evaluated and rejected only when all factors are already provided, and the rejection error should not disclose which of the factors failed. So, with a proper login panel, my 2FA being asked does not mean that some…
Tell HN: Somebody implemented something I wrote a blog about
11–20 of 253 posts
Re: Tell HN: Somebody implemented something I wrote a blog about
#12The Iceland NIC does this ( https://www.isnic.is/en/site/login ). Customer support burden when the lose the 2FA key is solved by adding a hefty fee (around €100) to recover it. No webauthn support yet though.
Re: Tell HN: Somebody implemented something I wrote a blog about
#13Re: Tell HN: Somebody implemented something I wrote a blog about
#14I would consider that as a bug, not as a feature. If the login panel behaves differently on a correct password than on a wrong password, that's an information leak that must be fixed. Authentication must be evaluated and rejected only when all factors are already provided, and the rejection error should not disclose which of the factors failed. So, with a proper login panel, my 2FA being asked does not mean that some…
I don't know of anyone who does 2FA this way.
Re: Tell HN: Somebody implemented something I wrote a blog about
#15Re: Tell HN: Somebody implemented something I wrote a blog about
#16I would consider that as a bug, not as a feature. If the login panel behaves differently on a correct password than on a wrong password, that's an information leak that must be fixed. Authentication must be evaluated and rejected only when all factors are already provided, and the rejection error should not disclose which of the factors failed. So, with a proper login panel, my 2FA being asked does not mean that some…
It's suggesting that if the username and password are right but 2FA isn't the system should let the account owner know.
Re: Tell HN: Somebody implemented something I wrote a blog about
#17I would consider that as a bug, not as a feature. If the login panel behaves differently on a correct password than on a wrong password, that's an information leak that must be fixed. Authentication must be evaluated and rejected only when all factors are already provided, and the rejection error should not disclose which of the factors failed. So, with a proper login panel, my 2FA being asked does not mean that some…
Re: Tell HN: Somebody implemented something I wrote a blog about
#18Re: Tell HN: Somebody implemented something I wrote a blog about
#19Gmail has those features for some years.
Re: Tell HN: Somebody implemented something I wrote a blog about
#20That’s awesome. I was expecting a lament on how an amazing startup idea was stolen and monetized by someone else. Glad I’m wrong and the world is a little bit better.