Skip to content

Commit b8fcdb5

Browse files
Update application-provisioning-quarantine-status.md
1 parent 3389e76 commit b8fcdb5

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/active-directory/app-provisioning/application-provisioning-quarantine-status.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: identity
1313
ms.tgt_pltfrm: na
1414
ms.devlang: na
1515
ms.topic: conceptual
16-
ms.date: 10/03/2019
16+
ms.date: 04/28/2020
1717
ms.author: mimart
1818
ms.reviewer: arvinh
1919

@@ -30,7 +30,7 @@ While in quarantine, the frequency of incremental cycles is gradually reduced to
3030

3131
There are three ways to check whether an application is in quarantine:
3232

33-
- In the Azure portal, navigate to **Azure Active Directory** > **Enterprise applications** > <*application name*> > **Provisioning** and scroll to the progress bar at the bottom.
33+
- In the Azure portal, navigate to **Azure Active Directory** > **Enterprise applications** > <*application name*> > **Provisioning** and review the progress bar for a quarantine message.
3434

3535
![Provisioning status bar showing quarantine status](./media/application-provisioning-quarantine-status/progress-bar-quarantined.png)
3636

@@ -48,7 +48,12 @@ There are three ways to check whether an application is in quarantine:
4848

4949
## Why is my application in quarantine?
5050

51-
A Microsoft Graph request to get the status of the provisioning job shows the following reason for quarantine:
51+
|Description|Recommended Action|
52+
|---|---|
53+
|**SCIM Compliance issue:** An HTTP/404 Not Found response was returned rather than the expected HTTP/200 OK response. In this case the Azure AD provisioning service has made a request to the target application and received an unexpected response.|Check the admin credentials section to see if the application requires specifying the tenant URL and ensure that the URL is correct. If you don't see an issue, please contact the application developer to ensure that their service is SCIM compliant. https://tools.ietf.org/html/rfc7644#section-3.4.2 |
54+
|**Invalid credentials:** When attempting to authorize access to the target application we received a response from the target application that indicates the credentials provided are invalid.|Please navigate to the admin credentials section of the provisioning configuration UI and authorize access again with valid credentials. If the applicaiton is in the gallery, review the application configuraiton tutorial for any additional steps required.|
55+
|**Duplicate roles:** Roles imported from certain applications like Salesforce and Zendesk must be unique. |Navigate to the application [manifest](https://docs.microsoft.com/azure/active-directory/develop/reference-app-manifest) in the Azure Portal and remove the duplicate role.|
56+
5257

5358
- `EncounteredQuarantineException` indicates that invalid credentials were provided. The provisioning service is unable to establish a connection between the source system and the target system.
5459

0 commit comments

Comments
 (0)