No description
Find a file
2020-08-20 08:46:28 -04:00
.github/workflows
.travis
adapters
authz
boms
common KEYCLOAK-13127 Update Account Console to Account REST API v1 2020-08-04 18:43:23 -03:00
core KEYCLOAK-15156 backchannel logout offline session handling 2020-08-13 08:09:59 -03:00
dependencies
distribution
docs KEYCLOAK-14945 Improve the instructions for running the tests 2020-08-20 14:05:58 +02:00
examples
federation KEYCLOAK-15139 Backwards compatibility for LDAP Read-only mode with IMPORT_USERS enabled 2020-08-20 14:05:21 +02:00
integration
misc
model [KEYCLOAK-14730] - Consent not working when using federation storage and client is displayed on consent screen 2020-08-19 10:08:21 +02:00
quarkus [KEYCLOAK-11322] - Update Quarkus 1.7.0.Final 2020-08-12 15:09:42 -03:00
saml-core
saml-core-api KEYCLOAK-14966: Fix SAML11ConditionsType remove() has the wrong argument type 2020-08-06 10:37:31 -03:00
server-spi KEYCLOAK-14972 Add independent GroupProvider interface 2020-08-13 21:13:12 +02:00
server-spi-private KEYCLOAK-15087 : Reduce get client and get roles calls in realm create 2020-08-20 08:49:51 -03:00
services KEYCLOAK-15137: Move PF4 css files to keycloak/common 2020-08-20 08:46:28 -04:00
testsuite KEYCLOAK-14945 Improve the instructions for running the tests 2020-08-20 14:05:58 +02:00
themes KEYCLOAK-15137: Move PF4 css files to keycloak/common 2020-08-20 08:46:28 -04:00
util
wildfly
.gitattributes
.gitignore
.travis.yml
ADOPTERS.md
CONTRIBUTING.md [KEYCLOAK-12341] Replace references to Keycloak dev mailing list in the repositories 2019-12-04 15:53:03 +01:00
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
package-lock.json
pom.xml
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