providers/scim: remove preview (#7166)

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens L
2023-10-13 19:03:13 +02:00
committed by GitHub
parent 63a9cf2963
commit 41bb1ca707
2 changed files with 1 additions and 8 deletions

View File

@ -4,10 +4,6 @@ title: SCIM Provider
SCIM (System for Cross-domain Identity Management) is a set of APIs to provision users and groups. The SCIM provider in authentik supports SCIM 2.0 and can be used to provision and sync users from authentik into other applications.
:::info
The SCIM provider is currently in Preview.
:::
### Configuration
A SCIM provider requires a base URL and a token. SCIM works via HTTP requests, so authentik must be able to reach the specified endpoint.