No description
Find a file
Alexander Schwartz de2c1fbb45 Update the entityVersion also for downgrades, as it needs to match the JSON and auxiliary tables.
Will trigger also when changes to a child occur, like for example when attributes change.

Closes #9716
2022-02-07 12:14:05 +01:00
.github Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
adapters KEYCLOAK-14817 Allow JS adapter to be bundled as ES module (#9351) 2022-01-13 08:28:30 +01:00
authz
boms
common Features guide 2022-01-26 12:50:41 -03:00
core [fixes #9224] - Get consented scopes from AuthorizationContext 2022-02-02 09:10:20 +01:00
dependencies
distribution Update default distribution to Quarkus (#9839) 2022-02-01 09:42:09 +01:00
docs Edits to caching topic (#9988) 2022-02-07 09:22:11 +01:00
examples
federation Update LDAPOperationManager.java (#9561) 2022-01-20 17:33:56 +01:00
integration
misc
model Update the entityVersion also for downgrades, as it needs to match the JSON and auxiliary tables. 2022-02-07 12:14:05 +01:00
operator Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
quarkus Rename h2-file and h2-mem and removing defaults from production databases 2022-02-04 15:43:51 -03:00
saml-core Fix for KEYCLOAK-18914 (#9355) 2022-01-06 18:05:50 +01:00
saml-core-api Fix for KEYCLOAK-18914 (#9355) 2022-01-06 18:05:50 +01:00
server-spi Store information about transport media of WebAuthn authenticator 2022-02-04 19:36:30 +01:00
server-spi-private Closes #9498 - Fix cases when user is forced to re-authenticate (#9580) 2022-02-07 09:02:08 +01:00
services Closes #9498 - Fix cases when user is forced to re-authenticate (#9580) 2022-02-07 09:02:08 +01:00
testsuite WebAuthnSigningInTest failures in pipeline 2022-02-07 10:57:14 +01:00
themes Closes #9498 - Fix cases when user is forced to re-authenticate (#9580) 2022-02-07 09:02:08 +01:00
util
wildfly
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md Update commit message and issue linking sections in contributors guide (#9391) 2022-01-11 11:19:31 +01:00
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
pom.xml Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
prod-arguments.json
README.md
release.sh
set-version.sh Update default distribution to Quarkus (#9839) 2022-02-01 09:42:09 +01:00

Keycloak

Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.

This repository contains the source code for the Keycloak Server, Java adapters and the JavaScript adapter.

Help and Documentation

Reporting Security Vulnerabilities

If you've 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/standalone.[sh|bat] 

Alternatively, you can use the Docker image by running:

docker run jboss/keycloak

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.

Other Keycloak Projects

License