How to use Azure AD as authentication mechanism for rest api

0
Hi Experts,   I have published a Rest API which return products entity data. This API is going to be consume by another application. In another application they have created a scheduler which runs once in a day and retrieve all products data.  I want to secure our API with Azure AD. Kindly help me how to secure my Rest API with azure ad.
asked
1 answers
0

I would watch the following  

API Authentication with OAuth using Azure AD

 

Technically speaking you should separate these concerns. First I would try the OAuth flow in an API testing tool like Postman or Bruno. Then I would try to implement it in Mendix. I don't think it's a Mendix specific problem. 

 

answered