No description
Find a file
2023-02-15 20:23:59 +01:00
.github Change container image in FIPS tests to ubi9 2023-02-15 20:23:59 +01:00
.mvn/wrapper
adapters Compatibility with Maven4 and parallel builds (#16312) 2023-02-14 11:44:53 +01:00
authz
boms
common
core
crypto Doublecheck if we need to override properties in java.security 2023-02-15 12:33:48 +01:00
dependencies
distribution
docs Compatibility with Maven4 and parallel builds (#16312) 2023-02-14 11:44:53 +01:00
examples
federation Compatibility with Maven4 and parallel builds (#16312) 2023-02-14 11:44:53 +01:00
integration Fix search user groups without limit 2023-02-15 15:50:46 +01:00
js
misc
model Fix clientRole warning 2023-02-15 10:59:52 +01:00
operator
quarkus Doublecheck if we need to override properties in java.security 2023-02-15 12:33:48 +01:00
rest
saml-core
saml-core-api
server-spi
server-spi-private
services Fix search user groups without limit 2023-02-15 15:50:46 +01:00
testsuite Fix search user groups without limit 2023-02-15 15:50:46 +01:00
themes Compatibility with Maven4 and parallel builds (#16312) 2023-02-14 11:44:53 +01:00
util
.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 Compatibility with Maven4 and parallel builds (#16312) 2023-02-14 11:44:53 +01:00
PR-CHECKLIST.md
prod-arguments.json
README.md
release.sh
set-version.sh Bump NPM versions in set-version.sh (#17128) 2023-02-15 16:31:48 +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/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