Autor: JeevanBisht

Securing API Access beyond Intranet with Azure AD Application Proxy

Many of you have said that you have business logic/API either running on premise or somewhere hosted in Virtual Machines across the cloud. These native apps often run on iOS/Android/MAC/Windows and need to interact with the API endpoints to make use of the data or provide a way of user interaction. This is a scenario…


Understanding CORS Issues

CORS can sometimes present challenges to the Applications/Apis published via the Azure AD Application Proxy. There are many options to resolve these issues with ease, and in this blog we share those options as well as provide another look at understanding CORS. What is CORS? Cross Origin Resource Sharing (CORS) is a W3C standard that…