No description
Find a file
2021-07-15 10:18:57 +02:00
.github KEYCLOAK-18147 Fix CodeQL failures 2021-07-01 08:42:21 +02:00
.travis
adapters [KEYCLOAK-18302] Fix redirect-rewrite-rule JSON name 2021-07-07 16:44:30 +02:00
authz KEYCLOAK-18503 Regex Policy for authorization service 2021-06-24 08:49:41 -03:00
boms Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
common KEYCLOAK-18353 Implement Pushed Authorization Request inside the Keycloak 2021-07-03 08:47:42 +02:00
core [KEYCLOAK-18630] - Request object encryption support 2021-07-09 11:27:30 -03:00
dependencies Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
distribution KEYCLOAK-18518 Add expiration lifespan configuration to every distributed and replicated cache 2021-07-09 13:25:56 +02:00
docs
examples Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
federation Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
integration KEYCLOAK-18503 Regex Policy for authorization service 2021-06-24 08:49:41 -03:00
misc Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
model KEYCLOAK-17763 Inefficient call to ClientProvider.getClientsStream() 2021-07-12 11:51:15 +02:00
quarkus KEYCLOAK-18518 Add expiration lifespan configuration to every distributed and replicated cache 2021-07-09 13:25:56 +02:00
saml-core KEYCLOAK-18315 SAML Client - Add parameter to request specific AttributeConsumingServiceIndex 2021-06-29 16:22:38 +02:00
saml-core-api Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
server-spi KEYCLOAK-18311 fix creation of roles during client registration 2021-07-12 11:39:47 +02:00
server-spi-private [KEYCLOAK-18630] - Request object encryption support 2021-07-09 11:27:30 -03:00
services [KEYCLOAK-18541] separate template for IDP review page 2021-07-13 21:43:52 -03:00
testsuite KEYCLOAK-18688 Add testing composite roles in RoleInvalidationClusterTest 2021-07-15 10:18:57 +02:00
themes KEYCLOAK-15909 Add sort in tables 2021-07-15 09:39:02 +02:00
util Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02:00
wildfly KEYCLOAK-18518 Add expiration lifespan configuration to every distributed and replicated cache 2021-07-09 13:25:56 +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 Set version to 15.0.0-SNAPSHOT 2021-06-18 10:42:27 +02: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