Implementing MTLS in Mendix

0
A potential client asked us if Mendix allows the use of MTLS for api requests and transactions. I read the documentation and it says it uses mtls but I didnt really understand if it uses it by default or if we need to configure something in particular to enable it.
asked
1 answers
0

Hey Maximo, mTLS is not on by default, you would have to configure it as it is an opt-in security feature.

Here's a link I hope can be helpful to you: Authenticate with a Client Certificate | Mendix DocumentationAuthenticate with a Client Certificate | Mendix Documentation

answered