No description
Find a file
2022-03-29 15:10:20 +02:00
.github Run CI on main only on schedule (#10942) 2022-03-29 15:10:20 +02:00
adapters [#10894] SAML Adapters tests start failing in recent versions of EAP/wildfly 2022-03-29 12:31:09 +02:00
authz Authorization services refactoring 2022-03-22 20:49:40 +01:00
boms
common Revert from getParameterCount() to getParameterTypes().length to be Java 1.7 compatible. 2022-03-22 10:23:25 +01:00
core
dependencies
distribution [#10894] SAML Adapters tests start failing in recent versions of EAP/wildfly 2022-03-29 12:31:09 +02:00
docs Allow importing realms during startup (#10754) 2022-03-24 14:35:09 +01:00
examples
federation Revert from getParameterCount() to getParameterTypes().length to be Java 1.7 compatible. 2022-03-22 10:23:25 +01:00
integration
kubernetes
misc
model Add expiration field to root authentication session 2022-03-23 07:47:47 +01:00
operator Remove extensions support from the operator CRD (#10848) 2022-03-24 11:00:19 +01:00
quarkus Allow importing realms during startup (#10754) 2022-03-24 14:35:09 +01:00
saml-core Update DefaultPicketLinkLogger.java 2022-03-24 10:28:49 +01:00
saml-core-api
server-spi Add expiration field to root authentication session 2022-03-23 07:47:47 +01:00
server-spi-private Add expiration field to root authentication session 2022-03-23 07:47:47 +01:00
services Introduce client secret rotation dynamic registration (#10952) 2022-03-28 20:39:11 +02:00
testsuite Introduce client secret rotation dynamic registration (#10952) 2022-03-28 20:39:11 +02:00
themes KEYCLOAK-12483 Add missing Hungarian translations 2022-03-25 09:35:46 +01:00
util
wildfly
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
pom.xml Upgrading Hibernate in line with WildFly 26.0.1.Final to support building Keycloak with OpenJDK 17 2022-03-25 20:11:14 +01:00
prod-arguments.json
README.md Update README.md 2022-03-24 20:44:12 +01:00
release.sh Update release.sh 2022-03-23 07:21:54 +01:00
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