No description
Find a file
Alexander Schwartz e2cf6ae92b Disable caching for map storage.
Also aligns the properties with the integration test suite to avoid confusion.

Closes #11748
2022-04-29 12:03:18 +02:00
.github Ignore vulnerabilities fixed on Keycloak 18.0.0 2022-04-28 15:24:55 -03:00
.mvn/wrapper
adapters Remove EAP6 and AS7 adapters (#11605) 2022-04-28 11:20:44 +02:00
authz Remove JDK7 support for adapters (#11607) 2022-04-27 08:33:23 +02:00
boms Remove Spring Boot 1 adapter (#11691) 2022-04-28 10:59:31 +02:00
common Remove JDK7 support for adapters (#11607) 2022-04-27 08:33:23 +02:00
core Remove JDK7 support for adapters (#11607) 2022-04-27 08:33:23 +02:00
dependencies
distribution Remove EAP6 and AS7 adapters (#11605) 2022-04-28 11:20:44 +02:00
docs Fix wrong reverse proxy link (#11687) 2022-04-27 11:41:19 +02:00
examples Remove JBoss community logo from welcome page (#11732) 2022-04-28 12:04:28 +02:00
federation
integration Update kc/kcadm/kcreg.sh to support JAVA and JAVA_HOME (#11337) 2022-04-25 09:14:44 +02:00
kubernetes Fixes to hostname (#10820) 2022-03-22 08:11:50 +01:00
misc Remove Spring Boot 1 adapter (#11691) 2022-04-28 10:59:31 +02:00
model Ensure that values of attributes are unique in the database 2022-04-28 12:04:05 +02:00
operator
quarkus Update kc/kcadm/kcreg.sh to support JAVA and JAVA_HOME (#11337) 2022-04-25 09:14:44 +02:00
saml-core Remove JDK7 support for adapters (#11607) 2022-04-27 08:33:23 +02:00
saml-core-api Remove JDK7 support for adapters (#11607) 2022-04-27 08:33:23 +02:00
server-spi Deletion of all objects when realm is being removed 2022-04-28 11:09:17 +02:00
server-spi-private Deletion of all objects when realm is being removed 2022-04-28 11:09:17 +02:00
services Deletion of all objects when realm is being removed 2022-04-28 11:09:17 +02:00
testsuite Disable caching for map storage. 2022-04-29 12:03:18 +02:00
themes Remove JBoss community logo from welcome page (#11732) 2022-04-28 12:04:28 +02:00
util
wildfly
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md [KEYCLOAK-19754] - Update documentation files to remove problematic language in the main repository 2021-11-04 10:08:56 +01:00
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Remove EAP6 and AS7 adapters (#11605) 2022-04-28 11:20:44 +02: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