This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/website/docs/sources/scim.md
Jens Langhammer 16bc7408e7
antlr for scim filter parsing, why
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-11-16 11:52:31 +01:00

790 B

title
SCIM

The SCIM source allows other applications to directly create users and groups within authentik. SCIM is supported by applications such as Microsoft Azure AD, Google Workspace and Okta.

The base SCIM URL is in the format of https://authentik.company/source/scim/<source-slug>/v2. Authentication is done via Bearer tokens generated by authentik. When an SCIM source is created, a service account is created and a matching token.

Supported Options & Resource types

/v2/Users

Endpoint to list, create, patch and delete users.

/v2/Groups

Endpoint to list, create, patch and delete groups.

There is also the /v2/ServiceProviderConfig and /v2/ResourceTypes, which is used by SCIM-enabled applications to find out which features authentik supports.