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
@@ -48,7 +48,7 @@ Use on-demand provisioning to provision a user or group in seconds. Among other
48
48
49
49
5. Select **Provision on demand**.
50
50
51
-
6. Search for a user by first name, last name, display name, user principal name, or email address. Alternatively, you can search for a group and pick up to 5 users.
51
+
6. Search for a user by first name, last name, display name, user principal name, or email address. Alternatively, you can search for a group and pick up to five users.
52
52
> [!NOTE]
53
53
> For Cloud HR provisioning app (Workday/SuccessFactors to AD/Azure AD), the input value is different.
54
54
> For Workday scenario, please provide "WorkerID" or "WID" of the user in Workday.
@@ -61,7 +61,7 @@ Use on-demand provisioning to provision a user or group in seconds. Among other
61
61
62
62
## Understand the provisioning steps
63
63
64
-
The on-demand provisioning process attempts to show the steps that the provisioning service takes when provisioning a user. There are typically five steps to provision a user. One or more of those steps, explained in the following sections, will be shown during the on-demand provisioning experience.
64
+
The on-demand provisioning process attempts to show the steps that the provisioning service takes when provisioning a user. There are typically five steps to provision a user. One or more of those steps, explained in the following sections, are shown during the on-demand provisioning experience.
65
65
66
66
### Step 1: Test connection
67
67
@@ -116,7 +116,7 @@ The **View details** section shows the scoping conditions that were evaluated. Y
116
116
117
117
#### Troubleshooting tips
118
118
119
-
* Make sure that you've defined a valid scoping role. For example, avoid using the [Greater_Than operator](./define-conditional-rules-for-provisioning-user-accounts.md#create-a-scoping-filter) with a non-integer value.
119
+
* Make sure that you've defined a valid scoping role. For example, avoid using the [Greater_Than operator](./define-conditional-rules-for-provisioning-user-accounts.md#create-a-scoping-filter) with a noninteger value.
120
120
* If the user doesn't have the necessary role, review the [tips for provisioning users assigned to the default access role](./application-provisioning-config-problem-no-users-provisioned.md#provisioning-users-assigned-to-the-default-access-role).
121
121
122
122
### Step 4: Match user between source and target
@@ -125,11 +125,11 @@ In this step, the service attempts to match the user that was retrieved in the i
125
125
126
126
#### View details
127
127
128
-
The **View details** page shows the properties of the users that were matched in the target system. The properties that you see in the context pane vary as follows:
128
+
The **View details** page shows the properties of the users that were matched in the target system. The context pane changes as follows:
129
129
130
-
* If no users are matched in the target system, you won't see any properties.
131
-
* If there's one user matched in the target system, you'll see the properties of that matched user from the target system.
132
-
* If multiple users are matched, you'll see the properties of both matched users.
130
+
* If no users are matched in the target system, no properties are shown.
131
+
* If one user matches in the target system, the properties of that user are shown.
132
+
* If multiple users match, the properties of both users are shown.
133
133
* If multiple matching attributes are part of your attribute mappings, each matching attribute is evaluated sequentially and the matched users for that attribute are shown.
134
134
135
135
#### Troubleshooting tips
@@ -152,11 +152,11 @@ The **View details** section displays the attributes that were modified in the t
152
152
#### Troubleshooting tips
153
153
154
154
* Failures for exporting changes can vary greatly. Check the [documentation for provisioning logs](../reports-monitoring/concept-provisioning-logs.md#error-codes) for common failures.
155
-
* On-demand provisioning says the group or user can't be provisioned because they're not assigned to the application. Note that there's a replicate delay of up to a few minutes between when an object is assigned to an application and that assignment being honored by on-demand provisioning. You may need to wait a few minutes and try again.
155
+
* On-demand provisioning says the group or user can't be provisioned because they're not assigned to the application. There's a replication delay of up to a few minutes between when an object is assigned to an application and when that assignment is honored in on-demand provisioning. You may need to wait a few minutes and try again.
156
156
157
157
## Frequently asked questions
158
158
159
-
***Do you need to turn provisioning off to use on-demand provisioning?** For applications that use a long-lived bearer token or a user name and password for authorization, no additional steps are required. Applications that use OAuth for authorization currently require the provisioning job to be stopped before using on-demand provisioning. Applications such as G Suite, Box, Workplace by Facebook, and Slack fall into this category. Work is in progress to support on-demand provisioning for all applications without having to stop provisioning jobs.
159
+
***Do you need to turn provisioning off to use on-demand provisioning?** For applications that use a long-lived bearer token or a user name and password for authorization, no more steps are required. Applications that use OAuth for authorization currently require the provisioning job to be stopped before using on-demand provisioning. Applications such as G Suite, Box, Workplace by Facebook, and Slack fall into this category. Work is in progress to support on-demand provisioning for all applications without having to stop provisioning jobs.
160
160
161
161
***How long does on-demand provisioning take?** On-demand provisioning typically takes less than 30 seconds.
162
162
@@ -168,12 +168,12 @@ There are currently a few known limitations to on-demand provisioning. Post your
168
168
> [!NOTE]
169
169
> The following limitations are specific to the on-demand provisioning capability. For information about whether an application supports provisioning groups, deletions, or other capabilities, check the tutorial for that application.
170
170
171
-
* On-demand provisioning of groups supports updating up to 5 members at a time
171
+
* On-demand provisioning of groups supports updating up to five members at a time
172
172
::: zone-end
173
-
* Restoring a previously soft-deleted user in the target tenant with on-demand provisioning isn't supported. If you try to softdelete a user with on-demand provisioning and then restore the user, it can result in duplicate users.
173
+
* Restoring a previously soft-deleted user in the target tenant with on-demand provisioning isn't supported. If you try to soft-delete a user with on-demand provisioning and then restore the user, it can result in duplicate users.
174
174
* On-demand provisioning of roles isn't supported.
175
-
* On-demand provisioning supports disabling users that have been unassigned from the application. However, it doesn't support disabling or deleting users that have been disabled or deleted from Azure AD. Those users won't appear when you search for a user.
176
-
* On-demand provisioning does not support nested groups that are not directly assigned to the application.
175
+
* On-demand provisioning supports disabling users that have been unassigned from the application. However, it doesn't support disabling or deleting users that have been disabled or deleted from Azure AD. Those users don't appear when you search for a user.
176
+
* On-demand provisioning doesn't support nested groups that aren't directly assigned to the application.
0 commit comments