No description
Find a file
Thomas Darimont 6b9e25e42d KEYCLOAK-19292 Add missing metadata to fix quarkus dev ui rendering
This allows to open http://localhost:8080/q/dev/ without problems.

Previously opening the /q/dev UI resulted in an Exception being thrown.
```
io.quarkus.qute.TemplateException: Property "description" not found on the base object "java.util.LinkedHashMap" in expression {it.description} in template tags/nonActionableExtension.html on line 21
```
2021-09-14 15:40:22 -03:00
.github [KEYCLOAK-17866] - Upgrade to Quarkus v2 2021-09-10 11:21:09 -03:00
.travis
adapters KEYCLOAK-17693 add config for loading custom IdMapper class 2021-08-03 17:44:47 +02:00
authz Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
boms Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
common Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
core Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
dependencies Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
distribution [KEYCLOAK-17866] - Upgrade to Quarkus v2 2021-09-10 11:21:09 -03:00
docs [KEYCLOAK-17866] - Upgrade to Quarkus v2 2021-09-10 11:21:09 -03:00
examples Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
federation KEYCLOAK-19056 EDIT MODE field should not be leave empty (#8380) 2021-09-14 20:27:09 +02:00
integration Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
misc Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
model KEYCLOAK-18842: deleteExpiredClientSessions very slow on MariaDB 2021-09-10 08:25:33 +02:00
quarkus KEYCLOAK-19292 Add missing metadata to fix quarkus dev ui rendering 2021-09-14 15:40:22 -03:00
saml-core [KEYCLOAK-18419] Support SAML 2.0 Encrypted IDs in Assertion 2021-08-03 11:55:36 +02:00
saml-core-api Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
server-spi Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
server-spi-private KEYCLOAK-16076 added new warining when cookies are disabled -with new branch- (#7632) 2021-09-13 11:30:11 +02:00
services KEYCLOAK-17368 Show forwarded errors when a default remote IdP is configured (#7838) 2021-09-14 09:44:59 +02:00
testsuite KEYCLOAK-19056 EDIT MODE field should not be leave empty (#8380) 2021-09-14 20:27:09 +02:00
themes KEYCLOAK-19056 EDIT MODE field should not be leave empty (#8380) 2021-09-14 20:27:09 +02:00
util Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
wildfly Set version to 16.0.0-SNAPSHOT 2021-07-30 14:56:10 +02:00
.gitattributes
.gitignore
.gitleaks.toml KEYCLOAK-19155: Add a .gitleaks.toml 2021-08-31 20:21:28 +02:00
.travis.yml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
package-lock.json
pom.xml [KEYCLOAK-17866] - Upgrade to Quarkus v2 2021-09-10 11:21:09 -03:00
prod-arguments.json
README.md
release.sh KEYCLOAK-16635 Upload release to GitHub instead of jboss downloads 2021-01-06 12:02:11 +01:00
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