From 5375637eda802e283340e7f2213fd94ede5b397d Mon Sep 17 00:00:00 2001 From: Thomas McWork Date: Wed, 15 Mar 2023 11:35:07 +0100 Subject: [PATCH] website/docs: Fix detail and improve latest changelog regarding SCIM (#4955) * Fix detail and improve latest changelog regarding SCIM I found the wording confusing ("sync from" vs. "sync into" as being used in the docs) Signed-off-by: Thomas McWork * fix lint Signed-off-by: Jens Langhammer --------- Signed-off-by: Thomas McWork Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- website/docs/releases/2023/v2023.3.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/docs/releases/2023/v2023.3.md b/website/docs/releases/2023/v2023.3.md index cfe79267a..7003194fd 100644 --- a/website/docs/releases/2023/v2023.3.md +++ b/website/docs/releases/2023/v2023.3.md @@ -11,7 +11,9 @@ slug: "/releases/2023.3" This feature is still in technical preview, so please report any Bugs you run into on [GitHub](https://github.com/goauthentik/authentik/issues). ::: - authentik can now provision users from other IT systems via the SCIM (System for Cross-domain Identity Management) protocol. The provider synchronizes Users, Groups and the user membership. Objects are synced both when they are saved and based on a pre-defined schedule in the background. + authentik can now provision users into other IT systems via the SCIM (System for Cross-domain Identity Management) protocol. The provider synchronizes Users, Groups and the user membership. Objects are synced both when they are saved and based on a pre-defined schedule in the background. + + Documentation: https://goauthentik.io/docs/providers/scim/ - Theming improvements