Skip to content

Commit 7e2ae44

Browse files
Merge pull request #252243 from markwahl-msft/mwahl-em-lcw-tasks
EM: mention LCW tasks in EM assignments, overview and scenarios
2 parents 6dc6600 + e056692 commit 7e2ae44

File tree

3 files changed

+53
-3
lines changed

3 files changed

+53
-3
lines changed

articles/active-directory/governance/entitlement-management-access-package-assignments.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,28 @@ $policy = $accesspackage.AssignmentPolicies[0]
200200
$req = New-MgBetaEntitlementManagementAccessPackageAssignmentRequest -AccessPackageId $accesspackage.Id -AssignmentPolicyId $policy.Id -TargetEmail "[email protected]"
201201
```
202202

203+
## Configure access assignment as part of a lifecycle workflow
204+
205+
In the Microsoft Entra Lifecycle Workflows feature, you can add a [Request user access package assignment](lifecycle-workflow-tasks.md#request-user-access-package-assignment) task to an onboarding workflow. The task can specify an access package which users should have. When the workflow runs for a user, then an access package assignment request will be created automatically.
206+
207+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a global administrator.
208+
209+
1. Browse to **Identity governance** > **Lifecycle workflows** > **Workflows**.
210+
211+
1. Select an employee onboarding or move workflow.
212+
213+
1. Select **Tasks** and select **Add task**.
214+
215+
1. Select **Request user access package assignment** and select **Add**.
216+
217+
1. Select the newly added task.
218+
219+
1. Select **Select Access package**, and choose the access package that new or moving users should be assigned to.
220+
221+
1. Select **Select Policy**, and choose the access package assignment policy in that access package.
222+
223+
1. Select **Save**.
224+
203225
## Remove an assignment
204226

205227
You can remove an assignment that a user or an administrator had previously requested.
@@ -245,6 +267,26 @@ if ($assignment -ne $null) {
245267
}
246268
```
247269

270+
## Configure assignment removal as part of a lifecycle workflow
271+
272+
In the Microsoft Entra Lifecycle Workflows feature, you can add a [Remove access package assignment for user](lifecycle-workflow-tasks.md#remove-access-package-assignment-for-user) task to an offboarding workflow. That task can specify an access package the user might be assigned to. When the workflow runs for a user, then their access package assignment will be removed automatically.
273+
274+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a global administrator.
275+
276+
1. Browse to **Identity governance** > **Lifecycle workflows** > **Workflows**.
277+
278+
1. Select an employee offboarding workflow.
279+
280+
1. Select **Tasks** and select **Add task**.
281+
282+
1. Select **Remove access package assignment for user** and select **Add**.
283+
284+
1. Select the newly added task.
285+
286+
1. Select **Select Access packages**, and choose one or more access packages that users being offboarded should be removed from.
287+
288+
1. Select **Save**.
289+
248290
## Next steps
249291

250292
- [Change request and settings for an access package](entitlement-management-access-package-request-policy.md)

articles/active-directory/governance/entitlement-management-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You can have policies for users to request access. In these kinds of policies, a
9494
- The approval process and the users that can approve or deny access
9595
- The duration of a user's access assignment, once approved, before the assignment expires
9696

97-
You can also have policies for users to be assigned access, either by an administrator or [automatically](entitlement-management-access-package-auto-assignment-policy.md).
97+
You can also have policies for users to be assigned access, either [by an administrator](entitlement-management-access-package-assignments.md#directly-assign-a-user), [automatically based on rules](entitlement-management-access-package-auto-assignment-policy.md), or through lifecycle workflows.
9898

9999
The following diagram shows an example of the different elements in entitlement management. It shows one catalog with two example access packages.
100100

articles/active-directory/governance/entitlement-management-scenarios.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,20 @@ There are several ways that you can configure entitlement management for your or
4747

4848
## Govern access for users in your organization
4949

50-
### Administrator: Assign employees access automatically (preview)
50+
### Administrator: Assign employees access automatically
5151

5252
1. [Create a new access package](entitlement-management-access-package-create.md#start-the-creation-process)
5353
1. [Add groups, Teams, applications, or SharePoint sites to access package](entitlement-management-access-package-create.md#select-resource-roles)
5454
1. [Add an automatic assignment policy](entitlement-management-access-package-auto-assignment-policy.md)
5555

56+
### Administrator: Assign employees access from lifecycle workflows
57+
58+
1. [Create a new access package](entitlement-management-access-package-create.md#start-the-creation-process)
59+
1. [Add groups, Teams, applications, or SharePoint sites to access package](entitlement-management-access-package-create.md#select-resource-roles)
60+
1. [Add a direct assignment policy](entitlement-management-access-package-request-policy.md#none-administrator-direct-assignments-only)
61+
1. Add a task to [Request user access package assignment](lifecycle-workflow-tasks.md#request-user-access-package-assignment) to a workflow when a user joins
62+
1. Add a task to [Remove access package assignment for user](lifecycle-workflow-tasks.md#remove-access-package-assignment-for-user) to a workflow when a user leaves
63+
5664
### Access package manager: Allow employees in your organization to request access to resources
5765

5866
1. [Create a new access package](entitlement-management-access-package-create.md#start-the-creation-process)
@@ -111,7 +119,7 @@ There are several ways that you can configure entitlement management for your or
111119

112120
## Day-to-day management
113121

114-
### Administrator: View the connected organziations that are proposed and configured
122+
### Administrator: View the connected organizations that are proposed and configured
115123

116124
1. [View the list of connected organizations](entitlement-management-organization.md)
117125

0 commit comments

Comments
 (0)