This a continuation of the following issue:
https://social.msdn.microsoft.com/Forums/en-US/6fa352a1-0888-4dc8-9b18-58bc6b0aacfc/dropbox-for-business-app-provisioning-issue?forum=WindowsAzureAD#af6a59d7-1879-4954-9145-28b8127a66df
In order not to wait 30 days, for the test account to become hard-deleted in Azure AD, I manually, through PowerShell, forced the hard-deletion.
The provisioning service caught this, but generated a Failure Event, in the Audit Logs, that I do not understand.
---------------------------------------------
STATUS REASON
Failed to process User 'c8915182-7c06-49ef-a5e4-3ab5b60b572e'; Error: Received response from Web resource. Resource: https://www.dropbox.com/scim/v2/Users?filter=userName+eq+"dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM" Operation:
GET Response Status Code: InternalServerError Response Content: rpc error: code = scim/unknown source = scim/meta_scim_shim/scim.MetaScimShim/UsersGet desc = 'dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM' did not match pattern '^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*\.[A-Za-z]{2,15}$'
. This operation was retried 0 times. It will be retried again after this date: 2019-06-21T17:57:47.9204002Z UTC
------------------------------------------------
then followed up by this one, a short time later:
------------------------------------------------
STATUS REASON
We will attempt to retry an operation that previously failed on User 'c8915182-7c06-49ef-a5e4-3ab5b60b572e'; Error: Received response from Web resource. Resource: https://www.dropbox.com/scim/v2/Users?filter=userName+eq+"dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM"
Operation: GET Response Status Code: InternalServerError Response Content: rpc error: code = scim/unknown source = scim/meta_scim_shim/scim.MetaScimShim/UsersGet desc = 'dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM' did not match pattern '^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*\.[A-Za-z]{2,15}$'
. This operation was retried 0 times. It will be retried again after this date: 2019-06-21T17:57:47.9204002Z UTC
DETAILS
ResourceType: User Identifier: c8915182-7c06-49ef-a5e4-3ab5b60b572e Matching value: dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM Modification: Delete Fault: ErrorCode: SystemForCrossDomainIdentityManagementInternalServerError, ErrorSource: None,
ExceptionMessage: Received response from Web resource. Resource: https://www.dropbox.com/scim/v2/Users?filter=userName+eq+"dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM" Operation: GET Response Status Code: InternalServerError Response Content:
rpc error: code = scim/unknown source = scim/meta_scim_shim/scim.MetaScimShim/UsersGet desc = 'dbmid:AADvyf1vQVr02Hio1zG8kEX4DBE_RaX3PfM' did not match pattern '^['&A-Za-z0-9._%+-]+@[A-Za-z0-9-][A-Za-z0-9.-]*\.[A-Za-z]{2,15}$' , Exception: , Scope:
None, TenantActionable: False, Transient: False Creation time: 2019-06-21T17:57:47.9204002Z Processed this many times: 0 Origin: Source EscrowType: EscrowedEntryDefault
-------------------------------------------------------------