-
Notifications
You must be signed in to change notification settings - Fork 32
Retrieve Tenant ID
Zander Janse van Rensburg edited this page Jun 13, 2017
·
3 revisions
You will need your Azure Tenant ID to retrieve an access token. There are 2 ways to retrieve it:
Assuming that you have already logged in via az login
you can retrieve your Tenant ID by running:
az account show
It will be listed under the tenantId key.
Follow the below steps to retrieve the Tenant ID in the Azure portal:
- Click More Services
- Search for Azure Active Directory
- Click Properties
- Your Tenant ID will be listed under the Directory ID on this screen
Copyright (c) Tangent Solutions. All Rights Reserved. Licensed under the MIT license.
Getting Started
Using The SDK