No description
Find a file
2020-02-05 17:01:36 +01:00
.travis
adapters KEYCLOAK-12650 Fix NullPointerException when creating HttpClient 2020-02-05 15:52:33 +01:00
authz [KEYCLOAK-9666] - Entitlement request with service account results in server error 2020-02-03 08:57:56 +01:00
boms
common KEYCLOAK-12125 Introduce SameSite attribute in cookies 2020-01-17 08:36:53 -03:00
core KEYCLOAK-12174 WebAuthn: create authenticator, requiredAction and policy for passwordless (#6649) 2020-01-29 09:33:45 +01:00
dependencies
distribution KEYCLOAK-12692 Upgrade to twitter4j 4.0.7 2020-02-05 13:59:38 +01:00
docs
examples
federation KEYCLOAK-12437 Revert KEYCLOAK-11802 (#6700) 2020-01-28 14:59:03 +01:00
integration Keycloak-11526 search and pagination for roles 2020-02-05 15:28:25 +01:00
misc
model Keycloak-11526 search and pagination for roles 2020-02-05 15:28:25 +01:00
quarkus
saml-core KEYCLOAK-12654: Data to sign is incorrect in redirect binding when URI has parameters 2020-02-05 11:30:28 +01:00
saml-core-api
server-spi Keycloak-11526 search and pagination for roles 2020-02-05 15:28:25 +01:00
server-spi-private Keycloak-11526 search and pagination for roles 2020-02-05 15:28:25 +01:00
services KEYCLOAK-12900 NullPointerException during WebAuthn Registration (#6732) 2020-02-05 17:01:36 +01:00
testsuite Keycloak-11526 search and pagination for roles 2020-02-05 15:28:25 +01:00
themes KEYCLOAK-12900 NullPointerException during WebAuthn Registration (#6732) 2020-02-05 17:01:36 +01:00
util
wildfly
.gitattributes
.gitignore
.travis.yml KEYCLOAK-11293 Update theme build for keycloak-preview 2020-01-29 05:26:55 -03:00
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
package-lock.json [KEYCLOAK-12439] Update to Angular 1.7.9 2020-01-30 14:25:29 +01:00
pom.xml KEYCLOAK-12692 Upgrade to twitter4j 4.0.7 2020-02-05 13:59:38 +01:00
prod-arguments.json KEYCLOAK-11293 Update theme build for keycloak-preview 2020-01-29 05:26:55 -03:00
README.md
release.sh
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