How complicate it is to remove the login functionnality?

0
Hi How complicate it is to remove the login functionality? not only the login.html page. but the login functionality itself. We want to do that because we want to use SSO only.   Thanks.
asked
2 answers
2

I think removing the whole functionality would be hard, what would be easier is overwriting the login functionality using a LoginActionListener and making sure it's not possible to login that way.

This, depending on your teams java expertise and Mendix API knowledge, can be done relatively quickly.

You can take a look at the javasource code here of a multifactor authentication module where they overwrite the default login function to get an idea on how to do it.

 

answered
1

You could implement the Disable Mendix Login module next to your single sign on module.

answered