Hi Bosung Kim,
In Mendix default login allows only three attempts, If you need to increase the attempts you need to use custom logon functionality by using java action.
Hi Bosung Kim,
You can refer the code in MFA module, it has the Java action to override the default login process.
If you implement SSO in your app, your Idp (e.g. Entra ID) will control logins.
I'm not sure if this works for your app and use case, but it's something to consider.
You can implem,ent SSO using the OIDC SSO module (or SAML module).