Co-authored-by: octavia-bot-hoard[bot] <230633153+octavia-bot-hoard[bot]@users.noreply.github.com>
81 lines
7.2 KiB
Markdown
81 lines
7.2 KiB
Markdown
# Microsoft Entra Id
|
|
|
|
The Microsoft Entra ID Connector for Airbyte allows seamless integration with Microsoft Entra ID, enabling secure and automated data synchronization of identity and access management information. With this connector, users can efficiently retrieve and manage user, group, and directory data to streamline identity workflows and ensure up-to-date access control within their applications.
|
|
|
|
## Authentication
|
|
|
|
First of all you need to register an application in the Microsoft Entra Admin Center. Please folow [these](https://learn.microsoft.com/en-us/graph/auth-register-app-v2) steps to do so. After that you need to follow [these](https://learn.microsoft.com/en-us/graph/auth-v2-service?context=graph%2Fapi%2F1.0&view=graph-rest-1.0&tabs=http) steps to configure the api with right permissions and get the access token.
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
| --------------- | -------- | ---------------- | ------------- |
|
|
| `client_id` | `string` | Client ID. | |
|
|
| `client_secret` | `string` | Client secret. | |
|
|
| `tenant_id` | `string` | Tenant Id. | |
|
|
| `user_id` | `string` | ID of the owner. | |
|
|
|
|
## Streams
|
|
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
| ------------------------- | ----------- | ---------------- | ------------------ | -------------------- |
|
|
| users | id | DefaultPaginator | ✅ | ❌ |
|
|
| groups | id | DefaultPaginator | ✅ | ❌ |
|
|
| applications | id | DefaultPaginator | ✅ | ❌ |
|
|
| user_owned_deleted_items | id | DefaultPaginator | ✅ | ❌ |
|
|
| directoryroles | id | No pagination | ✅ | ❌ |
|
|
| directoryroletemplates | id | No pagination | ✅ | ❌ |
|
|
| directoryaudits | id | DefaultPaginator | ✅ | ❌ |
|
|
| serviceprincipals | id | DefaultPaginator | ✅ | ❌ |
|
|
| identityproviders | | DefaultPaginator | ✅ | ❌ |
|
|
| adminconsentrequestpolicy | | DefaultPaginator | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| ------- | ---------- | -------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
|
| 0.0.39 | 2025-11-25 | [70093](https://github.com/airbytehq/airbyte/pull/70093) | Update dependencies |
|
|
| 0.0.38 | 2025-11-18 | [69542](https://github.com/airbytehq/airbyte/pull/69542) | Update dependencies |
|
|
| 0.0.37 | 2025-10-29 | [69067](https://github.com/airbytehq/airbyte/pull/69067) | Update dependencies |
|
|
| 0.0.36 | 2025-10-21 | [68465](https://github.com/airbytehq/airbyte/pull/68465) | Update dependencies |
|
|
| 0.0.35 | 2025-10-14 | [67827](https://github.com/airbytehq/airbyte/pull/67827) | Update dependencies |
|
|
| 0.0.34 | 2025-10-07 | [67389](https://github.com/airbytehq/airbyte/pull/67389) | Update dependencies |
|
|
| 0.0.33 | 2025-09-30 | [66344](https://github.com/airbytehq/airbyte/pull/66344) | Update dependencies |
|
|
| 0.0.32 | 2025-09-09 | [65885](https://github.com/airbytehq/airbyte/pull/65885) | Update dependencies |
|
|
| 0.0.31 | 2025-08-23 | [65162](https://github.com/airbytehq/airbyte/pull/65162) | Update dependencies |
|
|
| 0.0.30 | 2025-08-09 | [64700](https://github.com/airbytehq/airbyte/pull/64700) | Update dependencies |
|
|
| 0.0.29 | 2025-08-02 | [64271](https://github.com/airbytehq/airbyte/pull/64271) | Update dependencies |
|
|
| 0.0.28 | 2025-07-26 | [63882](https://github.com/airbytehq/airbyte/pull/63882) | Update dependencies |
|
|
| 0.0.27 | 2025-07-19 | [63441](https://github.com/airbytehq/airbyte/pull/63441) | Update dependencies |
|
|
| 0.0.26 | 2025-07-12 | [63188](https://github.com/airbytehq/airbyte/pull/63188) | Update dependencies |
|
|
| 0.0.25 | 2025-07-05 | [62586](https://github.com/airbytehq/airbyte/pull/62586) | Update dependencies |
|
|
| 0.0.24 | 2025-06-28 | [62414](https://github.com/airbytehq/airbyte/pull/62414) | Update dependencies |
|
|
| 0.0.23 | 2025-06-21 | [61872](https://github.com/airbytehq/airbyte/pull/61872) | Update dependencies |
|
|
| 0.0.22 | 2025-06-14 | [60484](https://github.com/airbytehq/airbyte/pull/60484) | Update dependencies |
|
|
| 0.0.21 | 2025-05-10 | [60185](https://github.com/airbytehq/airbyte/pull/60185) | Update dependencies |
|
|
| 0.0.20 | 2025-05-03 | [59253](https://github.com/airbytehq/airbyte/pull/59253) | Update dependencies |
|
|
| 0.0.19 | 2025-04-26 | [58775](https://github.com/airbytehq/airbyte/pull/58775) | Update dependencies |
|
|
| 0.0.18 | 2025-04-19 | [58218](https://github.com/airbytehq/airbyte/pull/58218) | Update dependencies |
|
|
| 0.0.17 | 2025-04-12 | [57872](https://github.com/airbytehq/airbyte/pull/57872) | Update dependencies |
|
|
| 0.0.16 | 2025-04-05 | [57073](https://github.com/airbytehq/airbyte/pull/57073) | Update dependencies |
|
|
| 0.0.15 | 2025-03-29 | [56704](https://github.com/airbytehq/airbyte/pull/56704) | Update dependencies |
|
|
| 0.0.14 | 2025-03-22 | [56005](https://github.com/airbytehq/airbyte/pull/56005) | Update dependencies |
|
|
| 0.0.13 | 2025-03-08 | [55508](https://github.com/airbytehq/airbyte/pull/55508) | Update dependencies |
|
|
| 0.0.12 | 2025-03-01 | [54777](https://github.com/airbytehq/airbyte/pull/54777) | Update dependencies |
|
|
| 0.0.11 | 2025-02-22 | [54355](https://github.com/airbytehq/airbyte/pull/54355) | Update dependencies |
|
|
| 0.0.10 | 2025-02-15 | [51193](https://github.com/airbytehq/airbyte/pull/51193) | Update dependencies |
|
|
| 0.0.9 | 2024-12-28 | [50630](https://github.com/airbytehq/airbyte/pull/50630) | Update dependencies |
|
|
| 0.0.8 | 2024-12-21 | [50133](https://github.com/airbytehq/airbyte/pull/50133) | Update dependencies |
|
|
| 0.0.7 | 2024-12-14 | [49596](https://github.com/airbytehq/airbyte/pull/49596) | Update dependencies |
|
|
| 0.0.6 | 2024-12-12 | [49270](https://github.com/airbytehq/airbyte/pull/49270) | Update dependencies |
|
|
| 0.0.5 | 2024-12-11 | [48941](https://github.com/airbytehq/airbyte/pull/48941) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
|
|
| 0.0.4 | 2024-10-31 | [47997](https://github.com/airbytehq/airbyte/pull/47997) | Remove `audit_logs` and update auth remove `application_id_uri` parameter |
|
|
| 0.0.3 | 2024-10-29 | [47892](https://github.com/airbytehq/airbyte/pull/47892) | Update dependencies |
|
|
| 0.0.2 | 2024-10-28 | [47479](https://github.com/airbytehq/airbyte/pull/47479) | Update dependencies |
|
|
| 0.0.1 | 2024-10-18 | | Initial release by [@bishalbera](https://github.com/bishalbera) via Connector Builder |
|
|
|
|
</details>
|