No description
Find a file
Martin Kanis 1ab0d585a9
KEYCLOAK-11019 Initial support for lazy offline user-session loading
Co-authored-by: Thomas Darimont <thomas.darimont@googlemail.com>
Co-authored-by: Thomas Darimont <thomas.darimont@gmail.com>
2021-05-26 09:54:28 +02:00
.github KEYCLOAK-18023 GH Actions unable to build KC 2021-05-06 10:39:26 -03:00
.travis
adapters [KEYCLOAK-18007] - Configure resolved paths with the method config from configuration 2021-05-25 09:48:30 -03:00
authz KEYCLOAK-17765 Remove doubled synchronization of UserPolicies on UserRemovedEvent 2021-05-25 10:31:05 +02:00
boms Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
common Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
core [KEYCLOAK-17399] - Review User Profile SPI 2021-05-20 08:44:24 -03:00
dependencies Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
distribution [KEYCLOAK-17864] - Improving themes support 2021-05-25 09:47:43 -03:00
docs
examples Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
federation [KEYCLOAK-14696] Unable to fetch list of members from a group through keycloak admin console. 2021-05-20 11:32:23 +02:00
integration KEYCLOAK-17084 KEYCLOAK-17434 Support querying clients by client attributes 2021-05-14 13:58:53 +02:00
misc Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
model KEYCLOAK-11019 Initial support for lazy offline user-session loading 2021-05-26 09:54:28 +02:00
quarkus [KEYCLOAK-17864] - Improving themes support 2021-05-25 09:47:43 -03:00
saml-core Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
saml-core-api Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
server-spi [KEYCLOAK-17399] - Review User Profile SPI 2021-05-20 08:44:24 -03:00
server-spi-private KEYCLOAK-11019 Initial support for lazy offline user-session loading 2021-05-26 09:54:28 +02:00
services KEYCLOAK-17750 Check admin has view/query access first before listing clients 2021-05-25 16:14:35 +02:00
testsuite KEYCLOAK-11019 Initial support for lazy offline user-session loading 2021-05-26 09:54:28 +02:00
themes KEYCLOAK-18127 Option for skip return user's claims in the ID Token for hybrid flow 2021-05-24 08:02:34 +02:00
util Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
wildfly Set version to 14.0.0-SNAPSHOT 2021-05-06 14:55:01 +02:00
.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 [KEYCLOAK-18030] Upgrade Freemarker 2021-05-18 12:59:40 -03:00
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