Understanding Azure App Registrations and Enterprise Applications: A Practical Guide

There’s one topic in Azure I kept revisiting until it finally clicked: the relationship between App Registrations, Enterprise Applications, and how access to Microsoft 365 data works in the cloud. If you’re also trying to untangle this knot, don’t worry—you’re not alone. What helped me most was looking at the issue from different angles and… Continue reading

Microsoft Graph API: Delegated vs. Application Permissions – The Key to Proper Access Control

Microsoft Graph API is the gateway to data and services in Microsoft 365, but access must be carefully managed. This is where “Delegated Permissions” and “Application Permissions” come into play. Both determine how an app interacts with Microsoft Graph, but they serve different purposes and have distinct security implications. In this blog post, you’ll not… Continue reading