From 7b1187de0f20976d0e09e664fad5f8378b3bf2a0 Mon Sep 17 00:00:00 2001 From: Victor Lyuboslavsky Date: Fri, 9 May 2025 14:06:03 -0500 Subject: [PATCH] SCIM support for authentik (#29002) SCIM support for authentik appears to work in Dogfood and also works in the local environment on main. We need to QA for official support. --- changes/28197-SCIM-for-authentik | 1 + 1 file changed, 1 insertion(+) create mode 100644 changes/28197-SCIM-for-authentik diff --git a/changes/28197-SCIM-for-authentik b/changes/28197-SCIM-for-authentik new file mode 100644 index 0000000000..b34a04a7a2 --- /dev/null +++ b/changes/28197-SCIM-for-authentik @@ -0,0 +1 @@ +Added ability to sync end user's IdP information with authentik using SCIM protocol.