How to modify the mendixsso login page by adding the scan QR code on the login page along with the existing username and password?

0
Question: I have a Mendix application with a login page (Mendixsso).   I'd like to add a QR code scanning feature below the "Mendix Account" button on the Mendixsso login page for users with the role "User10". This functionality aims to enable faster login for these users without requiring them to remember their passwords. I couldn't find the Mendixsso login page in the modeler but located it in the app explorer under "theme", "web", "login". I found four related files: "login.html", "login-with-mendixsso-automatically.html", "login-with-mendixsso-button.html", and "login-without-sso.html". I made some modifications to the HTML file, but the changes didn't reflect when running the application. Is it possible to modify the Mendixsso login page to include a QR code scanning feature for user authentication using their ID numbers? If so, how can we accomplish this? If not, what alternative solutions could be considered?
asked
0 answers