Skip to content

Commit 03dc6fb

Browse files
authored
Simplifies for clarity.
1 parent 1ec0497 commit 03dc6fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/scim-validator-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Finally, you need to test and validate your endpoint.
7575

7676
### Use Postman to test endpoints (optional)
7777

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 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.
7979

8080
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**.
8181

0 commit comments

Comments
 (0)