No description
Find a file
2022-02-04 15:11:53 +01:00
.github Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
adapters KEYCLOAK-14817 Allow JS adapter to be bundled as ES module (#9351) 2022-01-13 08:28:30 +01:00
authz
boms
common Features guide 2022-01-26 12:50:41 -03:00
core [fixes #9224] - Get consented scopes from AuthorizationContext 2022-02-02 09:10:20 +01:00
dependencies
distribution Update default distribution to Quarkus (#9839) 2022-02-01 09:42:09 +01:00
docs Addressing Stian's comments 2022-02-04 14:05:48 +01:00
examples
federation Update LDAPOperationManager.java (#9561) 2022-01-20 17:33:56 +01:00
integration
misc
model Cross-site validation for lazy loading of offline sessions & Switch default offline sessions to lazy loaded 2022-02-03 21:43:47 +01:00
operator Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
quarkus Fix success on invalid build 2022-02-04 15:11:53 +01:00
saml-core Fix for KEYCLOAK-18914 (#9355) 2022-01-06 18:05:50 +01:00
saml-core-api Fix for KEYCLOAK-18914 (#9355) 2022-01-06 18:05:50 +01:00
server-spi [fixes #9224] - Get consented scopes from AuthorizationContext 2022-02-02 09:10:20 +01:00
server-spi-private Device Authorization Grant with PKCE 2022-02-03 08:37:07 +01:00
services Cross-site validation for lazy loading of offline sessions & Switch default offline sessions to lazy loaded 2022-02-03 21:43:47 +01:00
testsuite Cross-site validation for lazy loading of offline sessions & Switch default offline sessions to lazy loaded 2022-02-03 21:43:47 +01:00
themes [fixes #9224] - Get consented scopes from AuthorizationContext 2022-02-02 09:10:20 +01:00
util
wildfly
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md Update commit message and issue linking sections in contributors guide (#9391) 2022-01-11 11:19:31 +01:00
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
pom.xml Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
prod-arguments.json
README.md
release.sh
set-version.sh Update default distribution to Quarkus (#9839) 2022-02-01 09:42:09 +01:00

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/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