# 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&#x20;
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: 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.itconductor.com/user-guide/setup/sso-setup/azure-adfs-identity-provider.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.
