# 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](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](https://login.microsoftonline.com/%7BTENANT_ID%7D/v2.0/adminconsent)?client\_id=c9e7f8a9-14e8-46e2-94c0-aa5f27676d4c\&redirect\_uri=https%3A%2F%[2Feu-west-2-2.busroot.com](http://2feu-west-2-2.busroot.com/)\&scope=user.read


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.output.industries/technical-onboarding/integration/microsoft-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
