Azure AD SSO
Section titled “Azure AD SSO”Let users sign in with their Microsoft / Azure AD account.
Enable it
Section titled “Enable it”-
CLI:
bridge setup sso --provider azure --client-id <id> --client-secret <secret> -
Control Center (your admin dashboard at app.thebridge.dev): Auth → Login → Azure AD SSO → Configuration
-
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.
Set up the Azure side
Section titled “Set up the Azure side”-
In the Azure Portal, create (or open) an App registration.
-
Under Authentication → Redirect URIs, add a Web platform redirect URI:
https://api.thebridge.dev/auth/federated/ms-azure-ad/returnThis 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.
-
Under Certificates & secrets, create a new client secret.
-
Copy the Application (client) ID and the secret value back into Bridge, via the CLI command above or the Control Center dialog.
UI components
Section titled “UI components”The same SSO button and login form used for Google SSO work here too. See SSO login button in UI components.