Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Authentick/SCIM.Client

Repository files navigation

SCIM Client for .NET

This is a SCIM client library written in C#. SCIM is an open-standard for Cross-Domain Identity Management, and supported by Gatekeeper.

Supported

This library implements not the whole SCIM standard. Instead it focuses on commonly used operations for provisioning users and groups on other systems.

Get via NuGet

You can get this library via Nuget: https://www.nuget.org/packages/Gatekeeper.SCIM.Client

Sample

For usage examples look into Gatekeeper.SCIM.Client.Tests.Integration/ClientTest.cs which uses the public API for integration testing against the Azure AD SCIM Reference Code from Microsoft.