# Keycloak outlines experimental SCIM support planned for version 26.6

DevFeed: [Keycloak outlines experimental SCIM support planned for version 26.6](<https://devfeed.tech/articles/thanks-for-your-feedback-on-scim-support-in-keycloak-31759.md>)

Original publisher: [Read original article](<https://www.keycloak.org/2026/02/scim-support-survey-feedback>)

Author: Keycloak Core IAM Team

Published: 2026-02-26T00:00:00Z

Content type: release

Language: en

Sources: [Keycloak Blog](<https://devfeed.tech/sources/keycloak-blog.md>)

Topics: [Keycloak](<https://devfeed.tech/topics/keycloak.md>), [IAM](<https://devfeed.tech/topics/iam.md>), [implementation](<https://devfeed.tech/topics/implementation.md>), [Entra ID](<https://devfeed.tech/topics/entra-id.md>)

Tags: [authorization](<https://devfeed.tech/tags/authorization.md>), [entra-id](<https://devfeed.tech/tags/entra-id.md>), [iam](<https://devfeed.tech/tags/iam.md>), [idm](<https://devfeed.tech/tags/idm.md>), [kerberos](<https://devfeed.tech/tags/kerberos.md>), [keycloak](<https://devfeed.tech/tags/keycloak.md>), [ldap](<https://devfeed.tech/tags/ldap.md>), [openid-connect](<https://devfeed.tech/tags/openid-connect.md>), [permissions](<https://devfeed.tech/tags/permissions.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [release](<https://devfeed.tech/tags/release.md>), [saml](<https://devfeed.tech/tags/saml.md>), [sso](<https://devfeed.tech/tags/sso.md>)

## AI overview

Keycloak describes early development of experimental SCIM support targeted for version 26.6. The initial focus is using Keycloak as a SCIM service provider for user provisioning and deprovisioning, while SCIM client support and integrations with external identity providers are also being explored.

## Source excerpt

First of all, we want to thank everyone who took the time to fill out our survey on SCIM support in Keycloak. Your feedback is invaluable to us as we work on implementing this feature. We are currently in the early stages of development, and we are using your feedback to guide our efforts. The survey results have shown us that there is a strong demand for SCIM support in Keycloak, and one of the most common use case is to use Keycloak as a SCIM service provider to manage user provisioning and deprovisioning for external applications. We are prioritizing this use case and driving the design and implementation of SCIM support in Keycloak to meet core set of requirements for this use case. In parallel, we are also exploring other use cases and requirements for SCIM support in Keycloak, such as using Keycloak as a SCIM client to integrate with external identity providers. As a result of this initial work, we are implementing a SCIM client that will allow in the future to address use cases where Keycloak can act as a SCIM client to integrate external SCIM service providers. Even though we are still delivering this feature as an experimental feature in the 26.6 release, the feedback we have received should allow us to deliver a solid implementation that meets the core requirements for the most common use case of using Keycloak as a SCIM service provider, and enable integrations any SCIM-compliant client, such as Microsoft Entra ID. That said, we have identified the initial scope for SCIM support in Keycloak targeting the 26.6 release, which will include the following capabilities: Expose realm users via the /Users endpoint with support for POST, PUT, PATCH, GET, and DELETE operations Expose realm groups via the /Groups endpoint with support for POST, PUT, PATCH, GET, and DELETE operations Support for a limited set of SCIM filters for querying resource types Support for pagination of results when querying resource types Support for fine-grained permissions to control acces