3 votes
Hi
We are currently deploying OTP authentication for our firewalls. The OTP token must be appended to the password.
The auto-fill functionality works correctly when inserting the password including the OTP token. However, since the OTP changes every 30 seconds, the value in the password field is not updated automatically after it has been filled.
Is it possible to implement a feature that updates the OTP value in the password field dynamically (e.g., in real time or before submission)?
Thank you for your support.
M. Giacalone
Hello,
Thank you for the request. I will open a ticket for this.
As a note, the reason why this happens at the moment is because when you open an entry, we resolve the credential once. Meaning, the password + OTP combination is calculated only once. The reason we do this is because for setups where you link to an external password manager, or to something like a password list that requires prompting the user, we want to avoid needing to re-prompt the user again. We will have to see what we can come up with to improve the behavior.
Regards,
Hubert Mireault