For the complete documentation index, see llms.txt. This page is also available as Markdown.

Classic Microsoft Integrations

Explore the various integrations available in Blockbrain and learn how to connect your existing tools for seamless authentication, file access, and collaboration

Available Integrations

  1. Entra ID (preliminary)

For most customers, we recommend creating a separate Azure App Registration for each Blockbrain agent or capability (e.g. one for SharePoint, one for Outlook, one for OneDrive).

This approach gives you:

  • Least privilege: Each App Registration only holds the Microsoft Graph scopes it actually needs, so no agent is over-permissioned.

  • Separation of concerns: A misconfigured or unused agent cannot accidentally affect another agent's access.

  • Easy secret rotation and revocation: You can rotate or revoke the client secret for a single capability without disrupting the others.

  • Cleaner audit trail: Entra ID sign-in and audit logs are scoped per App Registration, which makes incident review and access reviews simpler.

Last updated