Skip to content

Microsoft SSO

Users can log in to Busroot with their Microsoft account, through Microsoft Entra ID, instead of an emailed link. They select Microsoft on the login page. This page is for your IT team.

Details your IT team needs

  • Busroot application (client) ID: available on request. Contact support.
  • Redirect (callback) URL: your Busroot address followed by /api/auth/microsoft/callback, for example https://eu-west-2-2.busroot.com/api/auth/microsoft/callback.
  • Permission (scope): user.read (Microsoft Graph, delegated).

Grant permission in Entra

Your IT team grants the Busroot app permission in your tenant with an admin consent URL. Replace {TENANT_ID} with your tenant ID, {CLIENT_ID} with the client ID from support, and {BUSROOT_ADDRESS} with your Busroot address, URL-encoded:

https://login.microsoftonline.com/{TENANT_ID}/v2.0/adminconsent?client_id={CLIENT_ID}&redirect_uri={BUSROOT_ADDRESS}&scope=user.read

For example, https://eu-west-2-2.busroot.com URL-encoded is https%3A%2F%2Feu-west-2-2.busroot.com.