Skip to main content
Question

Cognite PI Extractor issue

  • June 18, 2026
  • 1 reply
  • 48 views

Forum|alt.badge.img+3

I have my stored data in PI , I want to extract this data into CDF by cognite PI Extractor..for that how would I find tenant id, client id and all

1 reply

Mithila Jayalath
Expert ⭐️⭐️⭐️⭐️
Forum|alt.badge.img+8
  • Expert ⭐️⭐️⭐️⭐️
  • June 18, 2026

@Prince Vekariya  the tenant ID & client ID  both come from Microsoft Entra ID (Azure AD):

  1. Sign in to the Azure portal as an admin.
  2. Search for and select Microsoft Entra ID.
  3. On the Overview page, copy the Tenant ID.
  4. Go to App registrations > select (or create) your app > copy the Application (client) ID.
  5. Under Manage, go to Certificates & secrets > New client secret to generate your client secret.

For more infomation, please refer to the documentation here.