• Connecting Azure Service Principal with OpenID with API Server not AppServer

    I am currently working on integrating my Azure App with an external API Server using OAuth and have successfully established a user-based connection to the web portal. However, my objective now is to enable service-to-service communication, allowing the…

  • How to get authenticated with OAuth in REST API

    I have implemented a REST-API  with API designer to be consumed by the users to Get and POST data to the system.

    Until now The user authenticates using RoleBasedPerson calling first the POST Request imx/login with their credentials in the Body, e.g.: