-
Notifications
You must be signed in to change notification settings - Fork 153
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
Use TOTP token with display #609
Comments
No, That is not currently supported by the plugin. Hardware tokens would normally use WebAuthN instead of TOTP however, such as via #427 or https://wordpress.org/plugins/two-factor-provider-webauthn/ (Edit: Just noting, Hardware keys which provide a TOTP seed do exist, and supporting it would technically be feasible, I'm unsure if the plugin would wish to support that however.) |
It seems that no other service provider currently allows you to specify the secret. Technically, this would require some JS work to allow a user override for the generated secret that gets sent during the setup:
and we should also ensure that it doesn't contain invalid characters per: two-factor/providers/class-two-factor-totp.php Lines 456 to 471 in 6a95e7f
Practically, you can currently use the browser inspector to replace the value of the hidden I recommend we don't implement this as the built-in functionality for this plugin. |
Is your enhancement related to a problem? Please describe.
Hello,
I would like to use 2FA with a hardware TOTP token. Is there a way to enter a predefined seed instead of having one generated?
Greetings
Chris
Proposed Solution
No response
Designs
No response
Describe alternatives you've considered
No response
Please confirm that you have searched existing issues in this repository.
Yes
The text was updated successfully, but these errors were encountered: