Register Azure Entra ID App in Portal for Delegated User Auth | Microsoft Graph Tutorial

Learn how to register an Azure Entra ID app for delegated user authentication using Microsoft Graph API. Follow our step-by-step guide for a seamless setup process.

How to Get Azure ID Token using Postman?

The ID token is the core extension thatย OpenID Connectย makes to OAuth 2.0. ID tokens are issued by the authorization server and contain claims that carry information about the user.

Create Microsoft Teams Meeting in Outlook Using Postman with Microsoft Graph API

In this post, we will create Teams Online Meeting in Outlook using Microsoft Graph API. Before creating a meeting, you should have an access token generated. Refer to my post on How to get Azure Access Token using Postman for Microsoft Graph API.

How to get Azure Access Token using Postman for Microsoft Graph API

Microsoft Graph is the gateway to data and intelligence in Microsoft 365. It provides a unified programmability model that you can use to access the tremendous amount of data in Microsoft 365, Windows 10, and Enterprise Mobility + Security.

Up ↑