Share via

What happens when there is a lapse in connection to a SCIM server?

KT 46 Reputation points
2022-12-09T13:56:44.387+00:00

When integrating Azure AD with a SCIM application, what happens if there is a lapse in connection?
E.g. the auth token in use is invalid and then regenerated or the syncing process is "disabled" for a time.

Does Azure require a new token to reconnect? Will ALL users be checked/synced with the SCIM application, or does it remember where it left off?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

1 answer

Sort by: Most helpful
  1. Harpreet Singh Matharoo 8,421 Reputation points Microsoft Employee Moderator
    2022-12-13T12:20:03.143+00:00

    Hello @KT

    Thank you for reaching out. I would like to confirm that if the token used to create SCIM Connection with Application in Azure AD gets expired or invalid, then Azure AD pushes that specific application's provisioning status to Quarantine state with error message similar to "EncounteredQuarantineException. The code for the error would be SystemForCrossDomainIdentityManagementCredentialValidationFailure."

    We expect admin to generate a new token from target app, provide the same to Azure AD, perform test connection and save the configuration. Once the new admin credentials are supplied you would need to restart the provisioning job. The provisioning job would ideally skip the users which are already provisioned in target app and provision any new object.

    For more details you can review following document: Application provisioning in quarantine status

    I hope this helps.

    ----------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.