> For the complete documentation index, see [llms.txt](https://docs.itconductor.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.itconductor.com/user-guide/setup/sso-setup/azure-active-directory-app-gallery.md).

# Azure Active Directory (AAD) App Gallery

### Create Azure AD Enterprise Application

1. Visit [Azure Marketplace](https://azuremarketplace.microsoft.com/marketplace/apps/aad.it-conductor?tab=Overview) to start using IT-Conductor AAD single sign-on (SSO).

{% hint style="info" %}
**Note:** Make sure that the Azure domain exactly matches the email domain used to register the tenant in IT-Conductor. Users whose email domains do not match will not be able to auto-provision in IT-Conductor.
{% endhint %}

2. In the Azure portal, navigate to **Azure Active Directory** → **Enterprise Applications > New Application.**
3. Select **IT-Conductor** from the application gallery search results, then follow the prompts to add it.

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FOVaPHVEfnupFIfH2AOne%2Fbrowse-azure-ad-gallery.png?alt=media&amp;token=12815962-fcc6-4665-aba3-d5347cfe9069" alt="Browse Azure AD Gallery"><figcaption><p>Figure 1: Browse Azure AD Gallery</p></figcaption></figure>

4. Once added, **IT-Conductor** will appear in the installed applications list.

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FRe6BhK9ifU6cAQADXjA0%2Fenterprise-applications-in-azure-portal.png?alt=media&amp;token=4e68d779-f341-4413-b8f8-ebfd6f917380" alt="Enterprise Applications in Azure Portal"><figcaption><p>Figure 2: Enterprise Applications in Azure Portal</p></figcaption></figure>

5. Select **IT-Conductor** to open its **Overview** page.

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FexmEA8s3EgPN5LCIVyYF%2FAzure-edit-ITC.png?alt=media&amp;token=76206b2e-ad61-4e4d-8b8c-919f3dfd5de5" alt=""><figcaption><p>Figure 3: IT-Conductor Overview in Azure Portal</p></figcaption></figure>

6. Click **Assign users and groups** to specify which users or groups can access IT-Conductor.
7. Return to the IT-Conductor Overview page, then select **Set up single sign-on** to allow users to access IT-Conductor using their Azure AD credentials.

<figure><img src="https://377464071-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXhp08OmU8050PePmMgDt%2Fuploads%2FvDXWupsyBzuc78mGgeeQ%2FAzure-sso-ITC.png?alt=media&amp;token=b364a3b6-2c94-4012-8cf0-ab15ee6e5f39" alt=""><figcaption><p>Figure 4: Set up SSO wil SAML</p></figcaption></figure>

8. Click **Download** under **Federation Metadata XML** to save the metadata file. Then, import the file into IT-Conductor to create an Identity Provider definition, as described in [SSO Setup](/user-guide/setup/sso-setup.md).
9. Click **Test** to validate whether the SSO configuration is working.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.itconductor.com/user-guide/setup/sso-setup/azure-active-directory-app-gallery.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
