Skip to content
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

Auto-complete of second factors such as SMS codes should be consider browser mediated #22

Open
johnwilander opened this issue Sep 10, 2020 · 1 comment

Comments

@johnwilander
Copy link
Collaborator

In addition to the use of WebAuthn or a password manager, auto-complete of an SMS code may also be a trustworthy signal of the user logging in and should be included in the browser mediated category.

@gffletch
Copy link

gffletch commented Feb 9, 2021

SMS based "authentication" has been 'restricted' by NIST circa 2017. https://www.onespan.com/blog/nist-softens-guidance-sms-authentication

At the same time, push notifications to a trusted App are much more secure. While the browser can't detect this (push to app) method directly, it is a better authentication method than SMS codes. I am concerned about the browser treating this method as a "mediated" method which is less secure than other methods which can not be classified as "mediated". It may push sites to use less secure authentication methods which weakens the security of the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants