Skip to content

Commit e0ae1d9

Browse files
authored
Merge pull request #108257 from riantu/patch-23
Add Symptom
2 parents 50deaf9 + d31ed55 commit e0ae1d9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,28 @@ $smssignin = Get-MgUserAuthenticationPhoneMethod -UserId $userId
522522
##### End the script
523523
```
524524

525+
#### Symptom - Users fail to provision with error "AzureActiveDirectoryForbidden"
526+
527+
Users in scope fail to provision. The provisioning logs details include the following error message:
528+
529+
```
530+
The provisioning service was forbidden from performing an operation on Azure Active Directory, which is unusual.
531+
A simultaneous change to the target object may have occurred, in which case, the operation might succeed when it is retried.
532+
Alternatively, the target of the operation, or one of its properties, may be mastered on-premises, in which case,
533+
the provisioning service is not permitted to update it, and the corresponding source entry should be removed from the provisioning service's scope.
534+
Otherwise, authorizations may have been customized in such a way as to prevent the provisioning service from modifying the target object or one of its properties;
535+
if so, then, again, the corresponding source entry should be removed from scope.
536+
This operation was retried 0 times.
537+
```
538+
539+
**Cause**
540+
541+
This error indicates the Guest invite settings in the target tenant are configured with the most restrictive setting: "No one in the organization can invite guest users including admins (most restrictive)".
542+
543+
**Solution**
544+
545+
Change the Guest invite settings in the target tenant to a less restrictive setting. For more information, see [Configure external collaboration settings](../external-identities/external-collaboration-settings-configure.md).
546+
525547
## Next steps
526548

527549
- [Tutorial: Reporting on automatic user account provisioning](../app-provisioning/check-status-user-account-provisioning.md)

0 commit comments

Comments
 (0)