You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some authentication systems use concatenated OTP authentication, where the OTP is appended directly to the password in the same input field during login.
This workflow is used in systems like
FreeIPA
Keycloak (with certain configurations)
Duo Security
PrivacyIDEA
Why systems do this
Works with legacy login forms that only support one password field
Easier integration with PAM / LDAP
Currently, the authenticator extension generates OTP but does not assist with appending it to the password. Supporting this (e.g., append OTP to password or provide quick copy of password+OTP) would reduce manual errors, speed up login, and improve usability for environments that rely on concatenated OTP authentication.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
###Description
Some authentication systems use concatenated OTP authentication, where the OTP is appended directly to the password in the same input field during login.
This workflow is used in systems like
Why systems do this
Currently, the authenticator extension generates OTP but does not assist with appending it to the password. Supporting this (e.g., append OTP to password or provide quick copy of password+OTP) would reduce manual errors, speed up login, and improve usability for environments that rely on concatenated OTP authentication.
Beta Was this translation helpful? Give feedback.
All reactions