Go to file
Weblate (bot) 7573555e9b
Some checks are pending
Weblate Sync / Trigger Weblate to pull the latest changes (push) Waiting to run
Translations update from Hosted Weblate (#38185)
* Updated translation for Japanese

Language: ja

Co-authored-by: Kohei Tamura <ktamura.biz.80@gmail.com>
Signed-off-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Kohei Tamura <ktamura.biz.80@gmail.com>

* Updated translation for Spanish

Language: es

Updated translation for Spanish

Language: es

Co-authored-by: Hernan Lopez <hernan.lopez@gmail.com>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Hernan Lopez <hernan.lopez@gmail.com>
Signed-off-by: Hosted Weblate <hosted@weblate.org>

* Updated translation for Slovenian

Language: sl

Co-authored-by: Anonymous <noreply@weblate.org>
Co-authored-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Anonymous <noreply@weblate.org>
Signed-off-by: Hosted Weblate <hosted@weblate.org>

---------

Signed-off-by: Hosted Weblate <hosted@weblate.org>
Signed-off-by: Kohei Tamura <ktamura.biz.80@gmail.com>
Signed-off-by: Hernan Lopez <hernan.lopez@gmail.com>
Signed-off-by: Anonymous <noreply@weblate.org>
Co-authored-by: Kohei Tamura <ktamura.biz.80@gmail.com>
Co-authored-by: Hernan Lopez <hernan.lopez@gmail.com>
2025-03-18 08:51:24 +01:00
.github Ensure that the project’s automated workflows tokens are set to read-only by default (#37643) 2025-03-17 15:48:37 +01:00
.idea
.mvn
adapters
authz Add a null check to ClientModels loaded by ID from ClientPolicyRepresentation. 2025-03-07 10:48:07 -03:00
boms
common Remove hierarchicalUri in KeycloakUriBuilder and parse each URI part separately 2025-03-13 18:27:35 +01:00
core Returning the denied scopes and the friendly name for resources 2025-02-27 14:12:45 -03:00
crypto
dependencies
distribution Adding ISPN processor annotations to the API docs generation 2025-03-03 12:33:06 +01:00
docs Validate single quotes in themes 2025-03-17 15:18:02 +01:00
federation Fix docs to also mention roles 2025-03-10 16:13:36 -03:00
integration Logout session when closing the keycloak client 2025-03-18 08:42:18 +01:00
js Translations update from Hosted Weblate (#38185) 2025-03-18 08:51:24 +01:00
misc Validate single quotes in themes 2025-03-17 15:18:02 +01:00
model SPI for compatibility metadata 2025-03-17 16:48:24 +00:00
operator fix: separating api server tests, and splitting the operator tests (#38118) 2025-03-17 14:34:28 +01:00
quarkus SPI for compatibility metadata 2025-03-17 16:48:24 +00:00
rest Fix permissions for view-members and manage-members 2025-03-17 08:27:36 -03:00
saml-core chore: update copyright year to 2025 in ArtifactResponseUtil and ArtifactResponseUtilTest 2025-02-20 14:01:50 -03:00
saml-core-api
server-spi fix: adding a check if the proxy is trusted prior to using a cert header (#37465) 2025-03-12 11:21:33 +01:00
server-spi-private SPI for compatibility metadata 2025-03-17 16:48:24 +00:00
services Add APIResponse annotations to Realm resources 2025-03-17 21:17:35 +01:00
test-framework Move AdminEventTest.java, LoginEventsTest.java to the new testsuite 2025-03-17 12:38:57 +01:00
tests Move AdminEventTest.java, LoginEventsTest.java to the new testsuite 2025-03-17 12:38:57 +01:00
testsuite Logout session when closing the keycloak client 2025-03-18 08:42:18 +01:00
themes Translations update from Hosted Weblate (#38185) 2025-03-18 08:51:24 +01:00
util
.editorconfig
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Upgrade to Quarkus 3.20.0.CR1 (#38111) 2025-03-14 12:08:44 +00:00
PR-CHECKLIST.md
README.md Add CLOMonitor Badge to the README 2025-02-20 12:31:58 -03:00
SECURITY-INSIGHTS.yml
set-version.sh

Keycloak

GitHub Release OpenSSF Best Practices CLOMonitor OpenSSF Scorecard Artifact Hub GitHub Repo stars GitHub commit activity Translation status

Open Source Identity and Access Management

Add authentication to applications and secure services with minimum effort. No need to deal with storing users or authenticating users.

Keycloak provides user federation, strong authentication, user management, fine-grained authorization, and more.

Help and Documentation

Reporting Security Vulnerabilities

If you have found a security vulnerability, please look at the instructions on how to properly report it.

Reporting an issue

If you believe you have discovered a defect in Keycloak, please open an issue. Please remember to provide a good summary, description as well as steps to reproduce the issue.

Getting started

To run Keycloak, download the distribution from our website. Unzip and run:

bin/kc.[sh|bat] start-dev

Alternatively, you can use the Docker image by running:

docker run quay.io/keycloak/keycloak start-dev

For more details refer to the Keycloak Documentation.

Building from Source

To build from source, refer to the building and working with the code base guide.

Testing

To run tests, refer to the running tests guide.

Writing Tests

To write tests, refer to the writing tests guide.

Contributing

Before contributing to Keycloak, please read our contributing guidelines. Participation in the Keycloak project is governed by the CNCF Code of Conduct.

Joining a community meeting is a great way to get involved and help shape the future of Keycloak.

Other Keycloak Projects

License