goauthentik / authentik

The authentication glue you need.
https://goauthentik.io
Other
13.06k stars 868 forks source link

OTP auto continue #3727

Open Zyadon7 opened 1 year ago

Zyadon7 commented 1 year ago

Is there a way to alter the authentication flow or add an option so that an OTP authentication page submits automatically after the expected number of digits is entered like authelia or github?

BeryJu commented 1 year ago

Most password managers automatically input Enter after the TOTP code to continue, but the reason why the webinterface doesn't auto continue is because it doesn't know the expected amount of digits (since it's configurable in the stage, but we don't know which stage a users' device belongs to)

BeryJu commented 5 months ago

will be possible after #8371