Hi,
I jmix 1.5 can we able to login without password from login page.
Login can be with mobile number or email address and otp based.
I had implement SSo i that we receive response and we set roles of the user and user login into application.
MyClaimsRoleMapper.java for roles.
Is is possible we can do otp based login instead of password based from login page by using other way to authenticate instead of tryAuthenticate(finalUsername, password);