You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
+
203
225
## Remove an assignment
204
226
205
227
You can remove an assignment that a user or an administrator had previously requested.
@@ -245,6 +267,26 @@ if ($assignment -ne $null) {
245
267
}
246
268
```
247
269
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
+
248
290
## Next steps
249
291
250
292
-[Change request and settings for an access package](entitlement-management-access-package-request-policy.md)
Copy file name to clipboardExpand all lines: articles/active-directory/governance/entitlement-management-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ You can have policies for users to request access. In these kinds of policies, a
94
94
- The approval process and the users that can approve or deny access
95
95
- The duration of a user's access assignment, once approved, before the assignment expires
96
96
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.
98
98
99
99
The following diagram shows an example of the different elements in entitlement management. It shows one catalog with two example access packages.
1.[Create a new access package](entitlement-management-access-package-create.md#start-the-creation-process)
53
53
1.[Add groups, Teams, applications, or SharePoint sites to access package](entitlement-management-access-package-create.md#select-resource-roles)
54
54
1.[Add an automatic assignment policy](entitlement-management-access-package-auto-assignment-policy.md)
55
55
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
+
56
64
### Access package manager: Allow employees in your organization to request access to resources
57
65
58
66
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
111
119
112
120
## Day-to-day management
113
121
114
-
### Administrator: View the connected organziations that are proposed and configured
122
+
### Administrator: View the connected organizations that are proposed and configured
115
123
116
124
1.[View the list of connected organizations](entitlement-management-organization.md)
0 commit comments