I'm trying to enable Automatic Provisioning via Azure AD, but the option for "SCIM" mentioned in the documentation isn't available in the Directory Integration section. It will update existing users, but whenever a new user is supposed to be created I get the following error:
Error code
SystemForCrossDomainIdentityManagementClientNonServiceFailure
Error message
StatusCode: Forbidden
Message: Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response' property of this exception for details.
Web Response:
{
"schemas" : [ "urn:ietf:params:scim:api:messages:2.0:Error" ],
"status" : "403",
"detail" : "Feature [Bulk Assign] is not available"
}