No description
Find a file
Thomas Darimont 61ea2dd1bb Add ability to control debug suspend mode to kc scripts
We now consider the new env variable DEBUG_SUSPEND to control the
suspend mode of the remote debug configuration. DEBUG_SUSPEND defaults to 'n' which was the hard-coded default setting before.

Fixes #10178

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
2022-02-13 13:39:10 -03:00
.github
adapters Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
authz Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
boms Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
common Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
core Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
dependencies Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
distribution Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
docs Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
examples Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
federation Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
integration Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
misc Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
model Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
operator Tests for Keycloak Deployment 2022-02-11 17:46:03 -03:00
quarkus Add ability to control debug suspend mode to kc scripts 2022-02-13 13:39:10 -03:00
saml-core Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
saml-core-api Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
server-spi Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
server-spi-private Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
services Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
testsuite Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
themes Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
util Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
wildfly Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
pom.xml Set version to 18.0.0-SNAPSHOT (#10165) 2022-02-11 21:28:06 +01:00
prod-arguments.json [KEYCLOAK-16723] Upgrade to Wildfly 22 2021-04-29 12:36:03 +02:00
README.md
release.sh
set-version.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. 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