Scenario You want to create an internal application for your organization which is accessible to all internal users. Now you decide to host the application in Azure and you use the native Azure way of protecting the app by enabling the App service authentication and configuring Azure AD authentication like below: Now this will make … Continue reading Block guest/external users from internal Enterprise Azure applications
Tag: Azure
Quick guide to basics of Microsoft Graph API
What is Microsoft Graph? Microsoft Graph is a REST API endpoint exposed via https://graph.microsoft.com. It provides a unified access endpoint to all the data, office graph intelligence and insights available inside your Office 365 tenant. If you are familiar with Facebook's Graph API you can consider this as Office 365 version of that. Wait, but Office … Continue reading Quick guide to basics of Microsoft Graph API