Azure Entra ID Governance feed ingests identity governance and access review events to provide visibility into user access, entitlement management, and lifecycle governance activities across the organization. It captures governance-related entities such as access reviews, role assignments, group memberships, and approval decisions to support compliance monitoring, auditing, and security analytics. For detailed information refer documentation.
Integration Method: API
Tables: Ticket Inventory (99405001), User Access Management (3005)
This integration supports the following type of events.
Event | Description |
|---|---|
Captures the decisions and outcomes of access reviews in Microsoft Entra ID Governance, including approval, denial, or review actions performed on user access and entitlements. | |
User account details | Retrieves user identity and account details from Microsoft Entra ID Governance, including account attributes, access information, and governance-related user properties. |
This integration supports the following versions.
Microsoft Graph API version | v1.0 |
Note:
Azure Entra ID Governance is a continuously updated cloud service. As for this document preparation, the latest release was in April 2026.
Prerequisites
The user should have access to the Azure portal with an account that has the Global Administrator role.
The user should have access to the DataBee console.
Configuration Overview
Create an application with required permissions to fetch the data.
Create Azure Entra ID Governance in the DataBee console with the required Client credentials.
DataBee Parameter
Azure Parameter
Client Key
Application (client) ID
Client Secret
Token URL(<application_id>)
Directory (Tenant) ID
Azure Configuration
Create an application
Log on to Azure portal with an account that has the Global Administrator role.
In the search bar, search for App registrations and select it.

On the “App registrations” page, select New registration. “Register an application” window will appear.

On the “Register an application” window:
Under Name, enter your Application Name then click on Register to create the application.

On the app Overview page, copy the Application (client) ID and Directory (tenant) ID for later use.

Add Endpoint Access
Once the application is created, three permissions should be provided in order to fetch data. The appropriate permissions for the application are needed to access these endpoints. The following section details how to configure and add permissions to the required endpoints.
From the Azure Active Directory portal:
Select the application registered in the previous step.
Under Manage, click API permissions and then click Add a permission, the “Request API permissions” window will appear.

On “Request API permissions” window, click on Microsoft APIs then on Microsoft Graph.

Click on Application permissions.

The following permissions need to be granted for the endpoint to function properly:
Event
Type
Permission
Users
Application
User.Read.All
Access reviews
Application
AccessReview.Read.All
Access reviews
Application
AuditLog.Read.All
In the Select permissions search bar, enter the permissions shown above, and check the box to include them.

Click the Add permissions button after selecting all required permissions.

On the “API permissions” page, click Grant Admin Consent for <tenant>.

Click the Yes button on the consent confirmation.

The necessary permissions have now been added for the endpoints. After this step, the permissions should include at least the minimum required permissions shown in the screenshot below.

Create the Client Secret
The final step to access the APIs is creating a Client Secret. To create it from the Azure Portal:
Select the application created above.
Under Manage, click Certificates & secrets, and then Client secrets.

Click New client secret. Then “Add a client secret” window appears.

On “Add a client secret” window:
Enter a Description for this client secret and select the desired expiry period from the Expires drop-list.
Then click on Add to create the client secret.

Note:
The user needs to re-create the client secret when it expires.
DataBee Configuration
Login to the DataBee UI, navigate to Data > Data Feeds and click the Add New Data Feed button.

Search for the Azure Entra ID Governance and click it as shown below.

Click on the API Ingest option for collection method.

Enter feed contact information and scroll down.

In the configuration page, confirm the following:
API Base URL: This is the base URL that DataBee will interact with.
Authorization Method: OAuth2
Client Key: Paste the Application (Client) ID generated earlier
Client Secret: Paste the Client Secret Value generated earlier in the Azure portal.
Token URL: Replace <application_id> placeholder with your Directory (Tenant) ID.
Event Types: Preselected for all the event types that integration pulls.

Click on the Test Connection to verify that the credentials are valid and the connection is successful.

Click Submit.
Note:
If the test connection fails, the Submit button will remain disabled. Onboarding cannot proceed until the issue is resolved and the test connection is successful.
Troubleshooting Tips
If you are facing an invalid client or unauthorized client error this might be possibly due to incorrect credentials. Ensure the client key, client secret and Tenant ID are pasted correctly. Since you cannot view the client secret after the 1st time, re-create it, paste it on a text editor to ensure no spaces or unexpected characters are included and reconfigure the DataBee feed.
If you are facing 403 response code this might be possibly due to missing permissions. Ensure that all the required permissions are granted correctly as per the above-mentioned steps.
