How to add token based authentication to published OData services?

0
I have one odata service. Want to add token based authentication to odata services. So if any one calls odata services with valid token want one services which will authenticate this token.
asked
1 answers
0

You can choose custom as the authentication method, and implement this in a microflow.

See https://docs.mendix.com/refguide/published-odata-services section 3.2.2.3 Custom for more details.

answered