Skip to content

Commit aa566e8

Browse files
isemonaalisaduncan
andauthored
Update _source/_posts/2024-02-20-net-scim.md
Co-authored-by: Alisa <7586237+alisaduncan@users.noreply.github.com>
1 parent 5f48dec commit aa566e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_source/_posts/2024-02-20-net-scim.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type: awareness
1717
Several challenges exist in provisioning users for a growing company across systems and applications. It can be time-consuming, error-prone, challenging to sync users across domains, and potentially a security risk to keep track of existing profiles. Fortunately, a protocol called SCIM (System for Cross-domain Identity Management) standardizes user information across systems, making it possible to sync users. Also, combined with a SCIM-compliant Identity Provider (IdP), it securely automates common user lifecycle operations.
1818
In this tutorial, I'll walk you through building a .NET SCIM server with the CRUD (Create, Read, Update, Delete) Restful API endpoints outlined in the SCIM protocol. We'll then test the server using Swagger User Interface before integrating it with Okta, a SCIM compliant IdP.
1919

20-
## What is SCIM?
20+
## Use SCIM to manage users
2121
[SCIM](https://datatracker.ietf.org/doc/html/rfc7644)is an HTTP-based protocol that defines a set of standard endpoints and schemas that developers can use to overcome complexity in implementing user lifecycle management operations across different systems.
2222

2323
## Components of a SCIM integration

0 commit comments

Comments
 (0)