> 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-adfs-identity-provider.md).

# Azure ADFS Identity Provider

### Create Azure AD Enterprise Application

{% hint style="info" %}
**Note:** Make sure that the Azure domain is an exact match to the e-mail domain used to register a tenant in IT-Conductor. Users with mismatched email domains will not be able to auto-provision in IT-Conductor
{% endhint %}

In the Azure Portal, navigate to **Azure Active Directory → Enterprise Applications → New Application.**

Don't try to locate an existing one but click **+ Create your application**.

<figure><img src="/files/ZdimiE6bXYXiSwxF8xhD" alt=""><figcaption><p>Figure 1: Create Your Own Application Wizard</p></figcaption></figure>

<figure><img src="/files/t1TiDk7ZKdCstsEet3uc" alt=""><figcaption><p>Figure 2: Application Setup</p></figcaption></figure>

1. Assign users and groups
2. Click **Get Started** in "Set up single sign on".

<figure><img src="/files/lphE43zpacySY8mSxP4v" alt=""><figcaption><p>Figure 3: IT-Conductor SSO Configuration</p></figcaption></figure>

Click on **SAML** to configure.

<figure><img src="/files/uzjcgkJfpCCKdJ7iFZDY" alt=""><figcaption><p>Figure 4: SAML Configuration</p></figcaption></figure>

Fill in the fields as described on the [SSO Setup](/user-guide/setup/sso-setup.md):

<figure><img src="/files/G5EBNM8Ytj017BVwi7zy" alt=""><figcaption><p>Figure 5: SAML Configuration with actual values</p></figcaption></figure>

Click **Federation Metadata XML Download** to export the metadata to a file.

Import the metadata into IT-Conductor to create an Identity Provider definition as described in [SSO Setup](/user-guide/setup/sso-setup.md).

Click **Test** to validate SSO Configuration.


---

# 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-adfs-identity-provider.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.
