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
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. When the workflow runs for a user, then an access package assignment request can be created automatically.
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
206
207
207
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a global administrator.
208
208
209
209
1. Browse to **Identity governance** > **Lifecycle workflows** > **Workflows**.
210
210
211
-
1. Select a join (onboarding) or move workflow.
211
+
1. Select an employee onboarding or move workflow.
212
212
213
213
1. Select **Tasks** and select **Add task**.
214
214
215
215
1. Select **Request user access package assignment** and select **Add**.
216
216
217
217
1. Select the newly added task.
218
218
219
-
1. Select **Select Access package**, and choose the access package the user should be assigned to.
219
+
1. Select **Select Access package**, and choose the access package that new or moving users should be assigned to.
220
220
221
221
1. Select **Select Policy**, and choose the access package assignment policy in that access package.
222
222
223
223
1. Select **Save**.
224
224
225
-
226
225
## Remove an assignment
227
226
228
227
You can remove an assignment that a user or an administrator had previously requested.
@@ -268,27 +267,26 @@ if ($assignment -ne $null) {
268
267
}
269
268
```
270
269
271
-
## Remove an assignment from a lifecycle workflow
270
+
## Configure assignment removal as part of a lifecycle workflow
272
271
273
-
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. When the workflow runs for a user, then an access package assignment can be removed automatically.
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.
274
273
275
274
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as a global administrator.
276
275
277
276
1. Browse to **Identity governance** > **Lifecycle workflows** > **Workflows**.
278
277
279
-
1. Select a leave (offboarding) workflow.
278
+
1. Select an employee offboarding workflow.
280
279
281
280
1. Select **Tasks** and select **Add task**.
282
281
283
282
1. Select **Remove access package assignment for user** and select **Add**.
284
283
285
284
1. Select the newly added task.
286
285
287
-
1. Select **Select Access packages**, and choose one or more access packages the user should be removed from.
286
+
1. Select **Select Access packages**, and choose one or more access packages that users being offboarded should be removed from.
288
287
289
288
1. Select **Save**.
290
289
291
-
292
290
## Next steps
293
291
294
292
-[Change request and settings for an access package](entitlement-management-access-package-request-policy.md)
0 commit comments