Skip to content

Commit f6c16a5

Browse files
Merge pull request #231191 from kenwith/patch-53
Updates for acrolinx.
2 parents 0219116 + 03dc6fb commit f6c16a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.subservice: app-provisioning
99
ms.workload: identity
1010
ms.topic: tutorial
11-
ms.date: 09/13/2022
11+
ms.date: 03/17/2023
1212
ms.custom: template-tutorial
1313
ms.reviewer: arvinh
1414
---
@@ -41,7 +41,7 @@ The first step is to select a testing method to validate your SCIM endpoint.
4141

4242
**Use default attributes** - The system provides the default attributes, and you modify them to meet your need.
4343

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

4646
**Upload Azure AD Schema** - Upload the schema you've downloaded from your sample app on Azure AD.
4747

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

@@ -120,10 +120,10 @@ If you created any Azure resources in your testing that are no longer needed, do
120120
## Known Issues with Azure AD SCIM Validator
121121

122122
- 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.
125125
- The patch user remove attributes may attempt to remove mandatory/required attributes for certain systems. Such failures should be ignored.
126126

127127

128128
## 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

Comments
 (0)