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 steps to do so. After that you need to follow these 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. | |
application_id_uri | string | Application Id URI. | |
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 | ✅ | ❌ |
auditlogs | id | DefaultPaginator | ✅ | ❌ |
directoryroletemplates | id | No pagination | ✅ | ❌ |
directoryaudits | id | DefaultPaginator | ✅ | ❌ |
serviceprincipals | id | DefaultPaginator | ✅ | ❌ |
identityproviders | | DefaultPaginator | ✅ | ❌ |
adminconsentrequestpolicy | | DefaultPaginator | ✅ | ❌ |
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|
0.0.3 | 2024-10-29 | 47892 | Update dependencies |
0.0.2 | 2024-10-28 | 47554 | Update dependencies |
0.0.1 | 2024-10-18 | | Initial release by @bishalbera via Connector Builder |