OTP Authentication

Hello, I am looking to see if OPENFIRE supports OTP authentication?

Not sure about the use case you have in mind, but some support for OTP may already exist in AuthFactory. OneTimeAuthToken was implemented to fix OF-1285 but may be used for any user account.

1 Like

OF-1285ā€™s fix might be usable, but was aimed towards regaining access to admin accounts. Iā€™d be interested in learning if this is easily applied to ā€˜regular usersā€™.

Thereā€™s no other OTP-style authentication mechanism that Iā€™m aware of. However, as most of the authentication is handled by SASL, you might be able to add that fairly easy, if you write a SASL provider for it.

1 Like