No description
Find a file
Alexander Schwartz c02059e0e5 Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module
Also, ensure to run the workflow on changes to the workflow file.

Closes #12866
2022-07-01 10:29:43 -03:00
.github Building the test-jar as it is one of the dependencies of the keycloak-crypto-fips1402 module 2022-07-01 10:29:43 -03:00
.mvn/wrapper Update mvnw to 3.8.6 (#12492) 2022-06-14 10:28:40 +02:00
adapters Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
authz Support JSON objects when evaluating claims in regex policy 2022-06-23 14:04:09 -03:00
boms Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
common Enables the new store and the concurrenthashmap provider 2022-06-30 10:55:22 -03:00
core Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
crypto Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
dependencies Introduce legacy datastore module and update dependencies 2022-06-21 08:53:06 +02:00
distribution Moving ClientStorageProvider to the legacy modules 2022-06-29 20:04:32 +02:00
docs Add support and docs for centralized logging using gelf. 2022-06-30 16:16:19 -03:00
examples Renaming SingleUserCredentialManager and UserModel.getUserCredentialManager(): 2022-06-21 08:53:06 +02:00
federation Replace occurrences of getParameterTypes().length and getParameters().length with getParameterCount() 2022-06-29 08:53:09 +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 Restore enum variant of ResourceType 2022-06-30 12:20:51 -03:00
operator A better structure for config-api 2022-06-28 11:33:44 -03:00
quarkus Add support and docs for centralized logging using gelf. 2022-06-30 16:16:19 -03:00
saml-core Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02: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 CachedObject to the legacy modules 2022-06-29 20:04:32 +02:00
server-spi-private Restore enum variant of ResourceType 2022-06-30 12:20:51 -03:00
services Include 'urn:ietf:params:oauth:grant-type:token-exchange' in grant_types_supported field of Keycloak OP metadata, if token-exchange is enabled 2022-06-30 17:13:47 -03:00
testsuite Include 'urn:ietf:params:oauth:grant-type:token-exchange' in grant_types_supported field of Keycloak OP metadata, if token-exchange is enabled 2022-06-30 17:13:47 -03:00
themes german translation for reauthentication (#12770) 2022-06-27 16:19:55 -04:00
util
wildfly Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +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
mvnw
mvnw.cmd
pom.xml Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +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