Keycloak Features Management in Cloud-IAM

What are Keycloak features
Cloud-IAM provides a vanilla Keycloak distribution, meaning it ships each official Keycloak version as-is, including its default feature set.
Each Keycloak release may include:
- Stable (production-ready) features
- Disabled features (not active by default)
- Experimental or technology preview features
- Deprecated features (scheduled for removal)
For more details about each feature type, refer to the official Keycloak feature documentation.
While experimental features are not considered production-ready by the Keycloak project, you may still want to enable them for testing, evaluation, or early adoption purposes, even though they may change or be removed in a future release.
Cloud-IAM makes it easy to manage these features via the console. They can be toggled using additional flags passed at server startup. The list of available features is maintained by Cloud-IAM and depends on the specific Keycloak version running in your cluster.
How to access Keycloak features
Follow these easy steps to access:
- Open Cloud-IAM console
- Select the Keycloak deployment you want to configure.
- Click on
configuration
- Then select
Keycloak Features
You will see all experimental Keycloak features available for your deployment and its Keycloak version.

How to modify Keycloak features
To modify the status of Keycloak features:
- Follow the steps in the How to access Keycloak features section
- For each feature, choose one of the following options:
Off
— disable the featureAuto
— let the system manage the feature automatically (default)On
— enable the feature
- Click
Save and Redeploy
to apply your changes
The redeploy process takes approximately 5–10 minutes to complete on you Keycloak cluster.
