No description
Find a file
2019-02-28 13:53:30 +01:00
.travis
adapters [KEYCLOAK-9478] - Support multiple CIP providers in the policy enforcer configuration 2019-02-27 19:08:57 -03:00
authz
boms
common
core KEYCLOAK-9116: Fixes JWK serialization of ECDSA public key coordinates. 2019-02-25 09:53:09 -03:00
dependencies
distribution KEYCLOAK-8397 Remove deprecated Keycloak Proxy 2019-02-25 08:23:12 -03:00
docs
examples
federation
integration
misc
model [KEYCLOAK-9371] Fix premature termination of sessions when remember-me is in use 2019-02-27 15:08:50 +01:00
saml-core
saml-core-api
server-spi
server-spi-private
services KEYCLOAK-9167 Using kcadm to update an identity-provider instance via a json file does not work without an "internalId" present in the json 2019-02-27 14:56:36 +01:00
testsuite KEYCLOAK-9611 Add support to the testsuite for migration from 4.8.3.Final 2019-02-28 13:53:30 +01:00
themes KEYCLOAK-8602: PatternFly 4 integration 2019-02-25 08:26:54 -03:00
util
wildfly
.gitattributes
.gitignore
.travis.yml
ADOPTERS.md
CONTRIBUTING.md
License.html
MAINTAINERS.md
pom.xml KEYCLOAK-8397 Remove deprecated Keycloak Proxy 2019-02-25 08:23:12 -03:00
prod-arguments.json
README.md Update to repository documentation, including updated contributors guide 2019-02-21 11:17:57 +01:00
set-version.sh
travis-run-tests.sh KEYCLOAK-8397 Remove deprecated Keycloak Proxy 2019-02-25 08:23:12 -03: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 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