Client IDClient SecretTenant ID

How to Get Tenant ID, Client ID, and Client Secret from Microsoft 365 / Azure A

Tenant ID (Directory ID)

1. Go to: https://portal.azure.com and sign in with your Microsoft Office 365 admin account.

2. Navigate to: Azure Active Directory → Overview.

3. Copy the Tenant ID shown on the Overview page.

Client ID (Application ID)

1. In Azure Active Directory, go to: App registrations.

2. Select your registered application or click ‘+ New registration’ to create one.

3. On the Overview page of your app, copy the Application (client) ID.

Client Secret (Value)

1. Within the selected app, navigate to Certificates & Secrets.

2. Click ‘+ New client secret’, add a description, and choose an expiry duration.

3. Click ‘Add’.

4. Copy the ‘Value’ of the client secret immediately. It will be shown only once.

Read Our Trending Blogs on Microsoft 365

Note

These credentials are essential for secure OAuth2 authentication with Microsoft services.

Always store them securely and never share them publicly.

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button