Authentication method OData services

0
Hello everyone, I am trying to configure the OData services, right now the security setting and Authentication method are set to Username and Password. We want to implement a Zero-Trust Policy. According to the zero-trust policy, we want to limit the usage of passwords and substitute the password for a smart card. Is it possible to do so? and when yes, how?   Thanks a lot for the help!
asked
1 answers
0

Have a look at this in the documentation https://docs.mendix.com/refguide/published-odata-services/#authentication-microflow

The imnplementation of the smartcard verification needs to be implemented by you via a microflow that will perfrom the authentication of the data received in the httprequest.

So this seems possible, but will require a custom authentication to be implemented.

answered