# 2025-08-01: CE - Keycloak Integration

## Overview

We are now able to integrate Keycloak, an open-source Identity and Access Management (IAM) solution, into our system. This integration enhances security, streamlines user access, and reduces development complexity - all while supporting enterprise-grade authentication standards.

## New features

| Feature                                 | Benefit                                                                                                        |
| --------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| **Standards-Based Authentication**      | Ensures secure and interoperable authentication across modern applications and platforms.                      |
| **Centralized Identity Provider (SSO)** | Delivers a unified login experience and centralized user management across multiple systems.                   |
| **Role-Based Access Control (RBAC)**    | Ensures that users have access only to the resources they need, enhancing security and operational efficiency. |
| **Social & External Federation**        | Simplifies user onboarding and authentication by allowing users to log in with existing credentials.           |

## Fixes and improvements

None as this is a new feature.

## Known problems

No known problems at time of release.

## Documentation and links

* [Keycloak](/ce/system-management/authentication-and-authorization/authentication/customer-authentication/keycloak.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/release-notes/archive/2025/2025-08-01-ce-keycloak.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
