Skip to content

Commit d6daf55

Browse files
authored
Merge pull request #127488 from ArvindHarinder1/patch-134
Update use-scim-to-provision-users-and-groups.md
2 parents 916b5d1 + 158dcd7 commit d6daf55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Within the [SCIM 2.0 protocol specification](http://www.simplecloud.info/#Specif
149149
* Supports querying user by ID and by manager, as per section 3.4.2 of the SCIM protocol.
150150
* Supports querying groups by ID and by member, as per section 3.4.2 of the SCIM protocol.
151151
* Accepts a single bearer token for authentication and authorization of Azure AD to your application.
152-
* Supports soft-deleting a user `active=false` and restoring the user `active=true`.
152+
* Supports soft-deleting a user `active=false` and restoring the user `active=true` (the user object should be returned in a request whether or not the user is active). The only time the user should not be returned is when it is hard deleted from the application.
153153

154154
Follow these general guidelines when implementing a SCIM endpoint to ensure compatibility with Azure AD:
155155

0 commit comments

Comments
 (0)