Is user login/registration MFA UI on the roadmap?
-
I have noticed you have been working on an MFA revamp. The last time I checked if I remember correctly, FusionAuth did not have UI for initial MFA setup and MFA login for the user and you had to implement that yourself with the endpoints provided (I hope I am remembering that correctly).
Will you cover this with the revamp and if not is this on the roadmap at all?
Thank you.
-
The good news is that MFA was recently revamped with an updated UI and a lot of powerful features in 1.26 of FusionAuth.
We have a few sections within our documentation that cover MFA.
Guide Based (mostly how to create MFA as an Admin in FusionAuth) -
https://fusionauth.io/docs/v1/tech/guides/multi-factor-authentication/From the user perspective -
https://fusionauth.io/docs/v1/tech/account-management/Please note you do need a paid edition of FusionAuth to enable some of these new MFA features (a TOPT is available without a paid edition) in version 1.26 and beyond. You can read a summary of the changes in 1.26 (and others) in our release notes.
I hope this helps!
Thanks,
Josh -
Yes, paid version is fine for us. We are just looking for an OAuth solution with enterprise identity providers and MFA that doesnt require too much work to get started.
Great. Seems like this is included in the revamp. I cant find it mentioned anywhere, but is it possible to override the default html templates of the forms so it resembles our application UI theme?
Thanks.
-
Yes, if you are using our hosted pages, they are themeable through the Freemarker templating language. See our documentation below:
https://fusionauth.io/docs/v1/tech/themes/
FusionAuth themes allow you to customize the OAuth2 / OpenID Connect login pages and other user workflows such as forgot password. In FusionAuth you may create one to many themes and assign a theme per tenant or application so that you can customize the user experience for different users.
Thanks,
Josh