No description
Find a file
2022-05-18 20:50:47 +02:00
.github Publish container images on Docker Hub 2022-05-18 08:01:28 -03:00
.mvn/wrapper
adapters Remove legacy (non-Elytron) WildFly adapter (#11789) 2022-05-18 10:34:47 +02:00
authz Make sure there is always Realm or ResourceServer when searching for authz entities 2022-05-11 07:20:01 -03:00
boms Remove Jetty 9.2 and 9.3 adapters (#11792) 2022-05-04 15:24:46 +02:00
common KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
core
dependencies
distribution Update webauth4j dependency version to 0.19.3.RELEASE (#11927) 2022-05-18 06:54:34 -03:00
docs Fix link to rest api in import export guide for operator 2022-05-17 11:48:46 -03:00
examples
federation KEYCLOAK-6455 Ability to require email to be verified before changing (#7943) 2022-05-09 18:52:22 +02:00
integration Add a keycloak admin-client-jakarta module (#11720) 2022-05-04 10:45:37 +02:00
kubernetes
misc Remove Jetty 9.2 and 9.3 adapters (#11792) 2022-05-04 15:24:46 +02:00
model Make all fields in HotRod store optional 2022-05-18 20:50:47 +02:00
operator Skip the build step in the Realm import job if using a custom image (#11755) 2022-05-17 10:52:41 -03:00
quarkus Imposing certain constraints to files when importing at start-up 2022-05-16 16:49:42 +02:00
saml-core
saml-core-api
server-spi Merge single-use token providers into one 2022-05-11 13:58:58 +02:00
server-spi-private Introduce map event store with CHM implementation 2022-05-17 12:57:35 +02:00
services Update webauth4j dependency version to 0.19.3.RELEASE (#11927) 2022-05-18 06:54:34 -03:00
testsuite Remove legacy (non-Elytron) WildFly adapter (#11789) 2022-05-18 10:34:47 +02:00
themes Update themes/src/main/resources-community/theme/base/email/messages/messages_it.properties 2022-05-13 15:56:53 -03:00
util
wildfly
.gitattributes
.gitignore Add a keycloak admin-client-jakarta module (#11720) 2022-05-04 10:45:37 +02:00
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Update webauth4j dependency version to 0.19.3.RELEASE (#11927) 2022-05-18 06:54:34 -03:00
prod-arguments.json
README.md
release.sh
set-version.sh

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/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.

Other Keycloak Projects

License