No description
Find a file
2022-06-23 10:36:19 -03:00
.github Bump aquasecurity/trivy-action from 0.3.0 to 0.4.1 2022-06-22 10:07:16 -03:00
.mvn/wrapper Update mvnw to 3.8.6 (#12492) 2022-06-14 10:28:40 +02:00
adapters Ensure that only JDK 8 APIs are used where JDK 8 is still required. 2022-06-20 14:44:33 -03:00
authz Ensure that only JDK 8 APIs are used where JDK 8 is still required. 2022-06-20 14:44:33 -03:00
boms
common [#11036] Identity Providers: Add support for elliptic curve signatures (ES256/ES384/ES512) using JWKS URL 2022-06-21 10:52:25 -03:00
config-api Move all dist options to the new module 2022-06-17 09:06:40 -03:00
core Possibility to switch between FIPS and non-FIPS during keycloak+quarkus seerver build (#12513) 2022-06-21 11:17:45 +02:00
crypto Possibility to switch between FIPS and non-FIPS during keycloak+quarkus seerver build (#12513) 2022-06-21 11:17:45 +02:00
dependencies Introduce legacy datastore module and update dependencies 2022-06-21 08:53:06 +02:00
distribution Moving the UserCache interface to the legacy module 2022-06-21 08:53:06 +02:00
docs More information in the proxy guide about exposing the administration console 2022-06-23 10:36:19 -03:00
examples Renaming SingleUserCredentialManager and UserModel.getUserCredentialManager(): 2022-06-21 08:53:06 +02:00
federation code cleanup 2022-06-21 08:53:06 +02:00
integration Closes #11851: Apply localization text from realm default locale when it is not defined for the requested language. (#11852) 2022-06-10 14:36:11 -04:00
kubernetes
misc
model Do not try to delete from related federated user tables when deleting a service account linked user. 2022-06-22 22:52:16 +02:00
operator Review RollingUpdate settings 2022-06-20 17:41:59 -03:00
quarkus Fixing env vars precedence over conf file (#12638) 2022-06-22 15:13:58 +02:00
saml-core Ensure that only JDK 8 APIs are used where JDK 8 is still required. 2022-06-20 14:44:33 -03:00
saml-core-api Ensure that only JDK 8 APIs are used where JDK 8 is still required. 2022-06-20 14:44:33 -03:00
server-spi Moving the UserCache interface to the legacy module 2022-06-21 08:53:06 +02:00
server-spi-private [#11036] Identity Providers: Add support for elliptic curve signatures (ES256/ES384/ES512) using JWKS URL 2022-06-21 10:52:25 -03:00
services Use backend baseURL for UMA-related backend endpoints 2022-06-23 10:35:26 -03:00
testsuite Use backend baseURL for UMA-related backend endpoints 2022-06-23 10:35:26 -03:00
themes missing translations 2022-06-20 14:33:51 -03:00
util
wildfly Cannot find ScriptEngine for JDK8 and Wildfly 2022-06-08 11:11:36 +02:00
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md Update issues link to GitHub issues rather than JBoss/RedHat JIRA (#12218) 2022-06-01 15:20:36 +02:00
LICENSE.txt
MAINTAINERS.md
maven-settings.xml [KEYCLOAK-11764] Upgrade to Wildfly 19 2020-04-24 08:19:43 -03:00
mvnw
mvnw.cmd
pom.xml Automatic profile activated when using JDK 9+ that sets the compiler's release flag that is not understood by JDK 8 2022-06-22 08:50:10 +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