Skip to content

Commit ddeaa3f

Browse files
authored
Update azure-entra-id.md (#36758)
1 parent d133799 commit ddeaa3f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/access-management/sso-providers/azure-entra-id.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The following steps need to be executed by an administrator of your company's Az
7373

7474
You will need to create a new Entra ID application for Airbyte. Log into the [Azure Portal](https://portal.azure.com/) and search for the Entra ID service.
7575

76-
From the overview page of Entra ID, press **Add** > **App registration** on the top of the screen. The name you select is your app integration name. Once chosen, configure a **Redirect URI** of type **Web** with the following value:
76+
From the overview page of Entra ID, press **Add** > **App registration** on the top of the screen. The name you select is your app integration name. Once chosen, **choose who can use the application, typically set to "Accounts in this organization directory only" for specific access,** and configure a **Redirect URI** of type **Web** with the following value:
7777

7878
```
7979
<your-airbyte-domain>/auth/realms/airbyte/broker/<app-integration-name>/endpoint
@@ -87,6 +87,13 @@ To create client credentials for Airbyte to interface with your application, hea
8787
1. Click **New client secret**, and enter the expiry date of your choosing. You'll need to pass in the new client secret every time the old one expires to continue being able to log in via Entra ID.
8888
2. Copy the **Value** (the client secret itself) immediately after creation. You won't be able to view this later on.
8989

90+
:::caution
91+
Depending on the default "Admin consent require' value for your organization you may need to manually provide Admin consent within the **API Permissions** menu. To do so click **API Permissions** and then click **Grant admin consent for Airbtyte** (see image below.)
92+
:::
93+
94+
<img width="928" alt="Admin Consent Option" src="https://github.com/airbytehq/airbyte/assets/156025126/30818c10-de4f-4411-ba1d-8d82b74326fd" />
95+
96+
9097
### Setup information needed
9198

9299
Once your Microsoft Entra ID app is set up, you're ready to deploy Airbyte Self-Managed Enterprise with SSO. Take note of the following configuration values, as you will need them to configure Airbyte to use your new Okta SSO app integration:

0 commit comments

Comments
 (0)