From 74a5e3868f1a4b6dca23607712be4e4a70d5bec4 Mon Sep 17 00:00:00 2001 From: Frank Jiang Date: Thu, 7 May 2026 10:00:23 -0700 Subject: [PATCH] Add Cloud Identity Engine SCIM 2.0 Server --- public/json/scim_v2_implementations.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/public/json/scim_v2_implementations.json b/public/json/scim_v2_implementations.json index 4b00a7e..df1163d 100644 --- a/public/json/scim_v2_implementations.json +++ b/public/json/scim_v2_implementations.json @@ -1,5 +1,13 @@ const scim_v2_implementations = { "implementations": [ + { + "project_name": "Cloud Identity Engine SCIM", + "client": "No", + "server": "Yes", + "open_source": "No", + "developer": "Palo Alto Networks", + "link": "https://docs.paloaltonetworks.com/identity/cloud-identity-engine/identify-users-and-devices-with-cie/choose-directory-type/configure-a-cloud-based-directory/configure-scim-connector-for-the-cloud-identity-engine#id32a816f0-0f84-4d6a-8300-ff5e9e3646a9" + }, { "project_name": "SCIM Gateway", "client": "No",