Did you know you can use Postman to get an Azure AD Token? Recently, we were required to obtain the Azure AD token using the Postman tool. In this article, I can guide you through obtaining an Azure AD token using Postman.
Table of Contents
Get Azure AD Token From Postman
To Get Azure AD Token From Postman, Follow the below steps
1. Launch and log in to the Postman app.
2. Select Get and paste the URL like https://login.microsoftonline.com/<Your tenant Id>/oauth2/token.
Note: Ensure to replace the value of your tenant ID.
3. On the Params tab, specify the key as Content-Type and the value as application/x-www-form-urlencoded, as shown in the screenshot below.

4. Select the body tab and enter the key and respective value details as mentioned below. You can also check out the screenshot below.
- grant_type: client_credentials
- client_id: Application (client) ID
- client_secret: App Certificate & Secret <Client secret value>
- Resource: https://servicebus.azure.net

Check out Create Azure AD B2C Tenant
5. Finally, click on the Send button, as shown in the screenshot below. We successfully received the expected access token.

Video Tutorial
Conclusion
Getting an Azure AD Token From Postman is essential when working with Azure services. This article provides easy steps for this task.
You may also like following the articles below
- Azure AD group membership PowerShell
- How to disable a user in Azure AD
- How to find BitLocker recovery key in Azure AD

I am Rajkishore, and I am a Microsoft Certified IT Consultant. I have over 14 years of experience in Microsoft Azure and AWS, with good experience in Azure Functions, Storage, Virtual Machines, Logic Apps, PowerShell Commands, CLI Commands, Machine Learning, AI, Azure Cognitive Services, DevOps, etc. Not only that, I do have good real-time experience in designing and developing cloud-native data integrations on Azure or AWS, etc. I hope you will learn from these practical Azure tutorials. Read more.
