No description
Find a file
2023-09-19 08:50:33 -03:00
.github Prevent exception in the log (#22201) 2023-09-19 11:04:01 +02:00
.idea Add Intellij project icon 2023-09-18 12:39:16 +02:00
.mvn Update Maven Wrapper to 3.2.0 2023-09-12 08:56:15 +02:00
adapters Fix NPE by calling delegate in DeploymentDelegate.getAdapterConfig() 2023-09-14 10:25:06 -03:00
authz Set headers before calling sendError() method 2023-09-18 13:05:12 -03:00
boms
common Switch to Resteasy Reactive 2023-09-18 09:19:03 -03:00
core better features overview (#22641) 2023-09-12 16:03:13 +02:00
crypto
dependencies
distribution
docs Show images in the documentation in the IDE's preview (#23055) 2023-09-19 11:28:48 +02:00
examples
federation Switch to Resteasy Reactive 2023-09-18 09:19:03 -03:00
integration
js Bump @4tw/cypress-drag-drop from 2.2.4 to 2.2.5 in /js (#23237) 2023-09-14 10:20:50 +00:00
misc
model Switch to Resteasy Reactive 2023-09-18 09:19:03 -03:00
operator Corrects log truncation and adds the database to logging (#23072) 2023-09-12 08:34:30 +00:00
quarkus Keystore location does not work for Windows (#23209) 2023-09-18 17:28:25 +02:00
rest
saml-core
saml-core-api
server-spi Allow duplicated keys in advanced claim mappers 2023-09-19 07:49:34 -03:00
server-spi-private KEYCLOAK-15985 Add Brute Force Detection Lockout Event 2023-09-15 10:32:07 -03:00
services Remove P3P header from authentication flow 2023-09-19 08:50:33 -03:00
testsuite Remove P3P header from authentication flow 2023-09-19 08:50:33 -03:00
themes Add new version of Welcome theme based on PatternFly 5 (#23008) 2023-09-14 08:24:17 -04:00
util
.gitattributes
.gitignore Add Intellij project icon 2023-09-18 12:39:16 +02:00
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw Update Maven Wrapper to 3.2.0 2023-09-12 08:56:15 +02:00
mvnw.cmd Update Maven Wrapper to 3.2.0 2023-09-12 08:56:15 +02:00
pom.xml Upgrade to Quarkus 3.2.6 (#23281) 2023-09-15 13:46:43 +02:00
PR-CHECKLIST.md
prod-arguments.json
README.md
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 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.

Other Keycloak Projects

License