No description
Find a file
2022-02-09 11:53:03 +01:00
.github Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
adapters Unify package files for JS adapter (#9789) 2022-02-08 13:52:46 -05:00
authz
boms
common Remove external Collection utility class for WebAuthn 2022-02-09 11:53:03 +01:00
core [fixes #9224] - Get consented scopes from AuthorizationContext 2022-02-02 09:10:20 +01:00
dependencies
distribution Unify package files for JS adapter (#9789) 2022-02-08 13:52:46 -05:00
docs Logging guide v1 2022-02-08 18:13:05 -03:00
examples
federation Update LDAPOperationManager.java (#9561) 2022-01-20 17:33:56 +01:00
integration
misc
model JPA delegates can throw NoResultException when entity doesn't have any attributes 2022-02-09 09:18:54 +01:00
operator Test Baseline (#9625) 2022-02-03 09:38:45 +01:00
quarkus Failing to use cache remote-stores due to missing dependencies 2022-02-09 06:34:41 -03:00
saml-core
saml-core-api
server-spi Store information about transport media of WebAuthn authenticator 2022-02-04 19:36:30 +01:00
server-spi-private session-limiting-feature (#8260) 2022-02-08 19:16:06 +01:00
services Remove external Collection utility class for WebAuthn 2022-02-09 11:53:03 +01:00
testsuite Logging guide v1 2022-02-08 18:13:05 -03:00
themes Unify package files for JS adapter (#9789) 2022-02-08 13:52:46 -05: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 Unify package files for JS adapter (#9789) 2022-02-08 13:52:46 -05: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