# Single Sign-On with Azure AD

Follow this guide to set up Single Sign-On (SSO) in Dataimporter with Azure Active Directory. This will let you control which users have access to Dataimporter, restrict access to SSO, provision new users via Just-in-Time (JIT) provisioning.

## 1. Enable SSO in Dataimporter

1. In Dataimporter, head to the Account Settings page and toggle SSO on.

<figure><img src="/files/lw1GoWhPhqo8uRCBdr5W" alt=""><figcaption></figcaption></figure>

2. In the SAML Name field enter the name as you would like it to appear e.g. <mark style="color:blue;">`Acme`</mark>
3. In the Domain field enter your corporate company name e.g. <mark style="color:blue;">`acme.com`</mark>.
4. Keep this tab open and open another tab to perform the next steps.

## 2. Add Dataimporter to Azure AD

1. Log in to the Azure Portal and click on Enterprise Applications

![](/files/r82taYlXg5d2pGeqLZGk)

2. Click on New Application.

<figure><img src="/files/vpQzPd6j1oXY9KGnaGFI" alt=""><figcaption></figcaption></figure>

3. Click on Create your own Application.

<figure><img src="/files/08xUNn6IehIq7MCDvUuh" alt=""><figcaption></figcaption></figure>

4. Give the app the name <mark style="color:blue;">`DATAIMPORTER`</mark>, select the option Integrate any other application you don't find in the gallery (Non-gallery), and click Create.

<figure><img src="/files/QsWyeJLfPafSqSzodkY3" alt=""><figcaption></figcaption></figure>

5. Once the app is created, select the Single sign-on and choose SAML

![](/files/NmZg631meUZJtj29BZg6)

<figure><img src="/files/PtrTUY0na6POqtyoFk7Y" alt=""><figcaption></figcaption></figure>

6. Click Edit next to Basic Configuration

<figure><img src="/files/rM3W9nxcSKuhmLGe79GC" alt=""><figcaption></figcaption></figure>

7. In the Identifier (Entity ID) field, add the value that you added in Step 2 of the Dataimporter configuration e.g. <mark style="color:blue;">`Acme`</mark>
8. In the Reply URL section enter the URL in the following format https\://{instance}.dataimporter.io/saml/login/{identifier} e.g. <mark style="color:blue;">`https://app.dataimporter.io/saml/login/Acme`</mark>

<figure><img src="/files/sLzbrE4WnZ43IhZaLdDk" alt=""><figcaption></figcaption></figure>

9. Click Save and close the box.
10. Click Edit next to Attributes & Claims.

<figure><img src="/files/GBJkb4zcH2rdWCmgmCKd" alt=""><figcaption></figcaption></figure>

11. Delete all of the existing claims under Additional Claims.
12. Add the following claims:

<figure><img src="/files/GdretfnyuYPOnKnq3bab" alt=""><figcaption></figcaption></figure>

13. Close the box and click on Users and groups.

![](/files/YZgKwOn8THgHEUTmP82m)

14. Add any users or groups who need access to Dataimporter.

![](/files/19XsLLmaEnD5nsgp4D5M)

## 3. Configuring SSO in Dataimporter

1. In Azure AD, click back on Single sign-on, and scroll down to the SAML Certificates section.
2. Click on Download next to the <mark style="color:blue;">`Certificate (Base64)`</mark>
3. Scroll down to the Section 4 and copy the <mark style="color:blue;">`Login URL`</mark> value.

<figure><img src="/files/dCevyCQf42xmfb3WrJK2" alt=""><figcaption></figcaption></figure>

4. Open the tab in Dataimporter and paste the value into the Log In URL field.

<figure><img src="/files/qLGCIxvYtuwP96UY1Wl3" alt=""><figcaption></figcaption></figure>

5. Open Azure AD and copy the Azure AD Identifier value.

<figure><img src="/files/zWE2uvY9Wab0XUvRewri" alt=""><figcaption></figcaption></figure>

6. Open the tab in Dataimporter and paste the value into the Provider Entity Id field.

<figure><img src="/files/ovEGnONqF9MxPtNP4bL0" alt=""><figcaption></figcaption></figure>

7. Open the Certificate (Base64) in a text editor and copy the entire value.
8. Open the tab in Dataimporter and paste the value into the X509 Certificate field.

<figure><img src="/files/BNQDfyjS3DuyD3CBwXMa" alt=""><figcaption></figcaption></figure>

9. Click on Save.
10. Contact Dataimporter Support to validate and enable SSO for your Organization.&#x20;


---

# 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://help.dataimporter.io/security/single-sign-on-with-azure-ad.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.
