OAuth setup for Mendix API

0
We have created an API with REST services in Mendix and our external vendor is going to consume the API. We would like to setup authentication/authorization for our API to make it more secure.   Can you please provide some details about OAuth 2.0 and how it supports in Mendix? It would be great help if you can share any documentation how to setup OAuth 2.0 for our API in Mendix with detailed steps.
asked
1 answers
-1

Would it not just be easier to provide a accountname and password? And you can use certificates and or IP filtering for the API.

Regards,

Ronald

[EDIT]

For the certificates see documentation here: https://docs.mendix.com/howto7/integration/use-a-client-certificate

answered