You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/app-provisioning/scim-validator-tutorial.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.subservice: app-provisioning
9
9
ms.workload: identity
10
10
ms.topic: tutorial
11
-
ms.date: 09/13/2022
11
+
ms.date: 03/17/2023
12
12
ms.custom: template-tutorial
13
13
ms.reviewer: arvinh
14
14
---
@@ -41,7 +41,7 @@ The first step is to select a testing method to validate your SCIM endpoint.
41
41
42
42
**Use default attributes** - The system provides the default attributes, and you modify them to meet your need.
43
43
44
-
**Discover schema** - If your end point supports /Schema, this option will allow the tool to discover the supported attributes. We recommend this option as it reduces the overhead of updating your app as you build it out.
44
+
**Discover schema** - If your end point supports /Schema, this option lets the tool discover the supported attributes. We recommend this option as it reduces the overhead of updating your app as you build it out.
45
45
46
46
**Upload Azure AD Schema** - Upload the schema you've downloaded from your sample app on Azure AD.
47
47
@@ -75,7 +75,7 @@ Finally, you need to test and validate your endpoint.
75
75
76
76
### Use Postman to test endpoints (optional)
77
77
78
-
In addition to using the SCIM Validator tool, you can also use Postman to validate an endpoint. This example provides a set of tests in Postman that validate CRUD (create, read, update, and delete) operations on users and groups, filtering, updates to group membership, and disabling users.
78
+
In addition to using the SCIM Validator tool, you can also use Postman to validate an endpoint. This example provides a set of tests in Postman. The example validates create, read, update, and delete (CRUD) operations. The operations are validated on users and groups, filtering, updates to group membership, and disabling users.
79
79
80
80
The endpoints are in the `{host}/scim/` directory, and you can use standard HTTP requests to interact with them. To modify the `/scim/` route, see *ControllerConstant.cs* in **AzureADProvisioningSCIMreference** > **ScimReferenceApi** > **Controllers**.
81
81
@@ -120,10 +120,10 @@ If you created any Azure resources in your testing that are no longer needed, do
120
120
## Known Issues with Azure AD SCIM Validator
121
121
122
122
- Soft deletes (disables) aren’t yet supported.
123
-
- The time zone format is randomly generated and will fail for systems that try to validate it.
124
-
- The preferred language format is randomly generated and will fail for systems that try to validate it.
123
+
- The time zone format is randomly generated and fails for systems that try to validate it.
124
+
- The preferred language format is randomly generated and fails for systems that try to validate it.
125
125
- The patch user remove attributes may attempt to remove mandatory/required attributes for certain systems. Such failures should be ignored.
126
126
127
127
128
128
## Next steps
129
-
-[Learn how to add an app that is not in the Azure AD app gallery](../manage-apps/overview-application-gallery.md)
129
+
-[Learn how to add an app that's not in the Azure AD app gallery](../manage-apps/overview-application-gallery.md)
0 commit comments