How to find Client ID?

Anonymous
2024-02-24T04:41:35.8366667+00:00

How do I find my Client ID for MS 365?

Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
408 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Liridon Selmani 0 Reputation points
    2024-02-24T13:50:30.1966667+00:00

    You won't find a direct "Client ID" associated with your personal Microsoft 365 account. However, if you're looking for credentials to access Microsoft 365 APIs or resources programmatically, there are two possibilities:

    1. Client ID and Secret for an Azure AD App: If you've created an application registered in Azure Active Directory (Azure AD) to interact with Microsoft 365 services, the Client ID for that application serves as your identification. Here's how to find it:

    1. Log in to the Azure portal
    2. Navigate to Azure Active Directory.
    3. Select App registrations.
    4. Locate the Azure AD app you want to find the Client ID for.
    5. Click on the app to open its details.
    6. Under Essentials, you'll find the Application (client) ID.

    2. Tenant ID for Administrative Access: While not technically a "Client ID," the Tenant ID identifies your specific Microsoft 365 organization. This can be used for administrative purposes with certain Microsoft 365 APIs. Here's how to find it:

    1. Log in to the Azure portal
    2. Navigate to Azure Active Directory.
    3. Select Properties.
    4. Under Directory name, you'll find the Tenant ID.
    0 comments No comments