No description
Find a file
Steve Hawkins 493252befd fix: include debug logging for init
closes: #33109

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-09-20 15:21:50 +02:00
.github
.idea
.mvn
adapters
authz
boms
common
core
crypto
dependencies
distribution
docs Redirect to relative-path from the root path (#32868) 2024-09-18 16:37:28 +02:00
federation Sort order of updates for user properties (#32853) 2024-09-18 12:37:42 +02:00
integration
js
misc
model
operator Disable broken operator test instead of entire suite (#33118) 2024-09-19 21:23:44 +00:00
quarkus Redirect to relative-path from the root path (#32868) 2024-09-18 16:37:28 +02:00
rest
saml-core
saml-core-api
server-spi
server-spi-private
services fix: include debug logging for init 2024-09-20 15:21:50 +02:00
test-framework
test-poc
testsuite
themes
util Artifact SLF4J LOG4J-12 has been relocated (#20113) 2023-05-05 13:57:45 +02:00
.editorconfig
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md add Bundesagentur für Arbeit to ADOPTERS.md (#26784) 2024-02-05 14:32:49 +01:00
CONTRIBUTING.md
eslint.config.js
get-version.sh
GOVERNANCE.md Update governance model around changes in maintainership (#29292) 2024-05-22 08:24:10 +02:00
LICENSE.txt
MAINTAINERS.md
maven-settings.xml [KEYCLOAK-11764] Upgrade to Wildfly 19 2020-04-24 08:19:43 -03:00
mvnw Upgrade Maven and wrapper to latest version 2024-06-19 10:42:33 +02:00
mvnw.cmd Upgrade Maven and wrapper to latest version 2024-06-19 10:42:33 +02:00
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
pom.xml Upgrade to Quarkus 3.14.4 (#32971) 2024-09-17 14:18:53 +02:00
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
set-version.sh
tsconfig.eslint.json changed name and added version number (#28157) 2024-04-19 14:10:34 -04:00
tsconfig.json

Keycloak

GitHub Release OpenSSF Best Practices GitHub Repo stars GitHub commit activity

Open Source Identity and Access Management

Add authentication to applications and secure services with minimum effort. No need to deal with storing users or authenticating users.

Keycloak provides user federation, strong authentication, user management, fine-grained authorization, and more.

Help and Documentation

Reporting Security Vulnerabilities

If you have 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/kc.[sh|bat] start-dev

Alternatively, you can use the Docker image by running:

docker run quay.io/keycloak/keycloak start-dev

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. Participation in the Keycloak project is governed by the CNCF Code of Conduct.

Other Keycloak Projects

License