forked from datahub-project/datahub
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'datahub-project:master' into master
- Loading branch information
Showing
5 changed files
with
74 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
63 changes: 63 additions & 0 deletions
63
docs/managed-datahub/configuring-identity-provisioning-with-ms-entra.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
title: "Configuring MS Entra with DataHub" | ||
hide_title: true | ||
--- | ||
import FeatureAvailability from '@site/src/components/FeatureAvailability'; | ||
|
||
# Entity Events API | ||
<FeatureAvailability saasOnly /> | ||
|
||
# Configuring User/Group/Roles provisioning from MS Entra to DataHub | ||
|
||
1. **Generate Personal Access Token**: | ||
Generate a personal access token from [DataHub](https://datahubproject.io/docs/next/authentication/personal-access-tokens/#creating-personal-access-tokens). | ||
|
||
2. **Integrate DataHub With MS Entra**: Follow steps [Integrate your SCIM endpoint with the Microsoft Entra provisioning service](https://learn.microsoft.com/en-gb/entra/identity/app-provisioning/use-scim-to-provision-users-and-groups#integrate-your-scim-endpoint-with-the-microsoft-entra-provisioning-service) to integrate DataHub SCIM endpoint into MS Entra. | ||
|
||
a. Set the `Tenant URL` to `https://<hostname>/gms/openapi/scim/v2`. Replace `<hostname>` with your DataHub instance hostname. | ||
|
||
b. Set the `Secret Token` to Personal Access Token created in Step 1. | ||
|
||
3. **Update Attribute Mapping For Role**: | ||
|
||
a. Go to `Provisioning` section inside the App and click on `Provision Microsoft Entra ID Users` as shown in below image | ||
|
||
<p> | ||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/scim/provisioning.png"/> | ||
</p> | ||
|
||
b. Click on `Add Mapping` | ||
|
||
<p> | ||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/scim/add-new-mapping.png"/> | ||
</p> | ||
|
||
c. Fill detail as shown in below image | ||
|
||
<p> | ||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/scim/edit-mapping-form.png"/> | ||
</p> | ||
|
||
d. **Create Role**: Go to `Provisioning` section and click on `application registration.` to create the role | ||
|
||
<p> | ||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/scim/application-registration.png"/> | ||
</p> | ||
|
||
Create three roles having `Display Name` and `Value` as mentioned below | ||
|
||
- Admin | ||
- Editor | ||
- Reader | ||
|
||
e. While creating the App Role set `Allowed member types` to `Users/Groups` | ||
|
||
4. **Add Users/Groups/Roles in the App**: Go to application created in step #1 and click on `Add user/group` as shown in below image | ||
|
||
<p> | ||
<img width="70%" src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/scim/add-user-group.png"/> | ||
</p> | ||
|
||
On the screen choose | ||
- Group/User | ||
- And role for the Group/User. The role should be one of the role created in Step 3 |