Cross-Provider Workflow
Cross-Provision User Across Entra and Google Workspace
Version 1.0.0
Create a single identity in both Microsoft Entra ID and Google Workspace.
Providers Orchestrated
Workflows
dual-directory-provision
Provision the same user in Entra ID and Google Workspace.
Creates a user account in Microsoft Entra ID and then provisions a matching account in Google Workspace, carrying the display name into both directories.
1
create-entra-user
$sourceDescriptions.entraApi.createUser
Provision the new user in Microsoft Entra ID.
2
create-google-user
$sourceDescriptions.googleWorkspaceApi.insertUser
Mirror the identity into Google Workspace.
Source API Descriptions
openapi