No description
Find a file
2022-07-27 12:35:13 -04:00
.github Replace undertow-map with quarkus-map 2022-07-27 14:08:38 +02:00
.mvn/wrapper
adapters Add 'prepublishOnly' script for Keycloak JS (#13365) 2022-07-27 12:35:13 -04:00
authz Support JSON objects when evaluating claims in regex policy 2022-06-23 14:04:09 -03:00
boms
common Promote new admin console to default (#13243) 2022-07-27 10:13:49 +02:00
core Skip adding xmlsec security provider. Adding KeycloakFipsSecurityProvider to workaround 'Security.getInstance("SHA1PRNG")' (#12786) 2022-07-26 16:40:36 +02:00
crypto Skip adding xmlsec security provider. Adding KeycloakFipsSecurityProvider to workaround 'Security.getInstance("SHA1PRNG")' (#12786) 2022-07-26 16:40:36 +02:00
dependencies
distribution Promote new admin console to default (#13243) 2022-07-27 10:13:49 +02:00
docs changed config guide (#13137) 2022-07-27 09:33:54 +02:00
examples Use correct path for 'text-security' CSS (#13057) 2022-07-12 11:25:37 -03:00
federation Upgrade Resteasy v4 2022-07-11 12:17:51 -03:00
integration Upgrade Resteasy v4 2022-07-11 12:17:51 -03:00
kubernetes Fixes to hostname (#10820) 2022-03-22 08:11:50 +01:00
misc Support for post_logout_redirect_uris in OIDC client registration (#12282) 2022-07-25 10:57:52 +02:00
model Enable near-caching for HotRod store 2022-07-27 14:09:48 +02:00
operator Promote new admin console to default (#13243) 2022-07-27 10:13:49 +02:00
quarkus Add prefix to the area Map storage options for Quarkus 2022-07-27 11:00:25 +02:00
saml-core Skip adding xmlsec security provider. Adding KeycloakFipsSecurityProvider to workaround 'Security.getInstance("SHA1PRNG")' (#12786) 2022-07-26 16:40:36 +02:00
saml-core-api
server-spi Remove bc dependency from server-spi and server-spi-private (#13319) 2022-07-26 11:52:16 +02:00
server-spi-private Remove bc dependency from server-spi and server-spi-private (#13319) 2022-07-26 11:52:16 +02:00
services Possible client enumeration in the authorization endpoint 2022-07-26 09:10:06 +02:00
testsuite Replace undertow-map with quarkus-map 2022-07-27 14:08:38 +02:00
themes Add missing Slovak translation 2022-07-27 14:03:30 +02:00
util
wildfly
.gitattributes Use lf as line-ending for sh files 2022-07-19 08:57:57 +02:00
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Upgrade Resteasy v4 2022-07-11 12:17:51 -03:00
prod-arguments.json
README.md Grammar mistakes in the README file 2022-07-13 11:04:49 -03:00
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