Skip to content

Commit 29e7a40

Browse files
authored
Merge pull request #104381 from AlexFilipin/patch-16
Fixes for TAP task
2 parents 784172b + 2c7dbba commit 29e7a40

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

articles/active-directory/governance/lifecycle-workflow-tasks.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ Lifecycle Workflow's built-in tasks each include an identifier, known as **taskD
2626

2727
Common task parameters are the non-unique parameters contained in every task. When adding tasks to a new workflow, or a workflow template, you can customize and configure these parameters so that they match your requirements.
2828

29-
30-
> [!NOTE]
31-
> The user's employee hire date is used as the start time for the Temporary Access Pass. Please make sure that the TAP lifetime task setting and the [time portion of your user's hire date](how-to-lifecycle-workflow-sync-attributes.md#importance-of-time) are set appropriately so that the TAP is still valid when the user starts their first day.
32-
3329
|Parameter |Definition |
3430
|---------|---------|
3531
|category | A read-only string that identifies the category or categories of the task. Automatically determined when the taskDefinitionID is chosen. |
@@ -123,21 +119,23 @@ For Microsoft Graph the parameters for the **Send onboarding reminder email** ta
123119

124120
### Generate Temporary Access Pass and send via email to user's manager
125121

126-
When a compatible user joins your organization, Lifecycle Workflows allow you to automatically generate a Temporary Access Pass(TAP), and have it sent to the new user's manager.
122+
When a compatible user joins your organization, Lifecycle Workflows allow you to automatically generate a Temporary Access Pass (TAP), and have it sent to the new user's manager.
123+
124+
> [!NOTE]
125+
> The user's employee hire date is used as the start time for the Temporary Access Pass. Please make sure that the TAP lifetime task setting and the [time portion of your user's hire date](how-to-lifecycle-workflow-sync-attributes.md#importance-of-time) are set appropriately so that the TAP is still valid when the user starts their first day. If the hire date at the time of workflow execution is already in the past, the current time is used as the start time.
127126
128127
With this task in the Azure portal, you're able to give the task a name and description. You must also set:
129128

130-
**Activation duration**- How long the password is active.
131-
**One time use**- If the password is one use only.
129+
- **Activation duration**- How long the passcode is active.
130+
- **One time use**- If the passcode can only be used once.
132131
:::image type="content" source="media/lifecycle-workflow-task/tap-task.png" alt-text="Screenshot of Workflows task: TAP task.":::
133132

134133

135134
The Azure AD prerequisites to run the **Generate Temporary Access Pass and send via email to user's manager** task are:
136135

137136
- A populated manager attribute for the user.
138137
- A populated manager's mail attribute for the user.
139-
- An enabled TAP tenant policy. For more information, see [Enable the Temporary Access Pass policy](../authentication/howto-authentication-temporary-access-pass.md#enable-the-temporary-access-pass-policy)
140-
138+
- The TAP tenant policy must be enabled and the selected values for activation duration and one time use must be within the allowed range of the policy. For more information, see [Enable the Temporary Access Pass policy](../authentication/howto-authentication-temporary-access-pass.md#enable-the-temporary-access-pass-policy)
141139

142140
> [!IMPORTANT]
143141
> A user having this task run for them in a workflow must also not have any other authentication methods, sign-ins, or AAD role assignments for this task to work for them.
@@ -175,10 +173,6 @@ For Microsoft Graph the parameters for the **Generate Temporary Access Pass and
175173
176174
```
177175

178-
> [!NOTE]
179-
> The employee hire date is the same as the startDateTime used for the tapLifetimeInMinutes parameter.
180-
181-
182176
### Add user to groups
183177

184178
Allows users to be added to Microsoft 365 and cloud-only security groups. Mail-enabled, distribution, dynamic and privileged access groups are not supported. To control access to on-premises applications and resources, you need to enable group writeback. For more information, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback-v2.md).

0 commit comments

Comments
 (0)