Concelier MSRC Connector - Microsoft Entra Onboarding Brief

Last updated: 2026-04-22

This brief is for operators onboarding the Microsoft Security Response Center (MSRC) connector in a Stella Ops Concelier instance. It walks through the Microsoft Entra app registration, the secret/credential policy, the compatibility fallback configuration, CVRF artefact handling, and the outstanding items to confirm before production use.

For the shared credential-entry workflow across connectors, see Advisory source credential entry.

1. App registration requirements

Sign in at https://entra.microsoft.com and open App registrations.

Create or select a confidential client application that will use client credentials. Capture:

Primary operator path:

Notes:

2. Secret and credential policy

3. Compatibility fallback (concelier.yaml)

concelier:
  sources:
    microsoft:
      tenantId: "<azure-tenant-guid>"
      clientId: "<app-registration-client-id>"
      clientSecret: "<pull from secret store>"
      apiVersion: "2024-08-01"
      locale: "en-US"
      requestDelay: "00:00:00.250"
      failureBackoff: "00:05:00"
      cursorOverlapMinutes: 10
      downloadCvrf: false

The runtime source ID is microsoft, and the connector still binds the legacy vndr:msrc section for compatibility.

4. CVRF artefacts

5. Outstanding items