Skip to content

Let users sign in with their Microsoft / Azure AD account.

  • CLI:

    bridge setup sso --provider azure --client-id <id> --client-secret <secret>
    
  • Control Center (your admin dashboard at app.thebridge.dev): Auth → LoginAzure AD SSOConfiguration

  • MCP (AI-assistant integration): coming soon.

Either path saves the credentials and turns the connection on. You need an Azure AD app registration first; see below.

  1. In the Azure Portal, create (or open) an App registration.

  2. Under Authentication → Redirect URIs, add a Web platform redirect URI:

    https://api.thebridge.dev/auth/federated/ms-azure-ad/return
    

    This is a fixed URL shared by every app on Bridge; it isn’t specific to yours, and it’s the same value the Control Center’s Configuration dialog shows you. Always use whatever value is shown there if it differs from this.

  3. Under Certificates & secrets, create a new client secret.

  4. Copy the Application (client) ID and the secret value back into Bridge, via the CLI command above or the Control Center dialog.

The same SSO button and login form used for Google SSO work here too. See SSO login button in UI components.