No description
Find a file
Thomas Darimont a7fd1bc3a9 KEYCLOAK-18954 Add test for user consent retrieval with offline access consents
Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2021-08-18 10:39:44 +02:00
.github Create snyk.yml 2021-08-17 20:10:37 -03:00
.travis
adapters KEYCLOAK-17693 add config for loading custom IdMapper class 2021-08-03 17:44:47 +02:00
authz
boms
common
core
dependencies
distribution KEYCLOAK-18491 - Fixing the distribution/server-dist build problem 2021-08-05 19:43:14 +02:00
docs
examples
federation Missing null check for session.userCache() added 2021-08-03 13:40:02 +02:00
integration Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
misc
model KEYCLOAK-18941 ExecutionException when computed future - InfinispanCacheInitializer 2021-08-05 18:28:27 +02:00
quarkus fix README.md of quarkus 2021-08-04 20:16:06 -03:00
saml-core
saml-core-api
server-spi
server-spi-private [KEYCLOAK-19006] User Profile: Patched handling of the "whitespace-only" 2021-08-10 08:43:58 -03:00
services KEYCLOAK-18954 Refactor user consent list retrieval to avoid ConcurrentModificationException 2021-08-18 10:39:44 +02:00
testsuite KEYCLOAK-18954 Add test for user consent retrieval with offline access consents 2021-08-18 10:39:44 +02:00
themes KEYCLOAK-19038 Reload user after being updated 2021-08-17 19:28:18 +02:00
util
wildfly
.gitattributes
.gitignore
.travis.yml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
package-lock.json
pom.xml
prod-arguments.json
README.md
release.sh
SECURITY.md
set-version.sh
travis-run-tests.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 in our Issue Tracker. 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/standalone.[sh|bat] 

Alternatively, you can use the Docker image by running:

docker run jboss/keycloak

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