SAML SSO with Azure AD and to perform CRUD (Create, Read, Update, Delete) operations in azure data services

0
I want to implement Single Sign-On (SSO) using SAML with Azure AD for my Mendix application,and  access Azure services such as Azure Service Management data services to perform CRUD (Create, Read, Update, Delete) operations.How can I implement it? I need guidance Please help
asked
1 answers
0

Azure uses OAuth.  I'd suggest you get the requests working in Postman, and then change the client calls to Mendix.

 

Below is a simple call to issue a token to use Azure Artifical Intelligence service.  You need to create the service first, give access and then generate the Bearer token (piece show below).

 

IssueToken-CognitiveServicesExample.PNG

answered