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

Microsoft SSO

Instructions for IT department in TST to setup Microsoft SSO:

  • Busroot Application (client) ID: xxxxxxxxxxxxxxxxxxxx (available on request)

  • Redirect / callback URL: https://eu-west-2-2.busroot.com

  • Permissions/scopes requested: user.read (Microsoft Graph delegated)

To grant the Busroot App permission inside Entra, your IT team will need to provide their tenant ID and use a URL template like:

https://login.microsoftonline.com/{TENANT_ID}/v2.0/adminconsent?client_id=c9e7f8a9-14e8-46e2-94c0-aa5f27676d4c&redirect_uri=https%3A%2F%2Feu-west-2-2.busroot.com&scope=user.read

Last updated