No description
Find a file
Steven Hawkins 2e6506cd3a
fix: add quotes to cygwin condition (#31025)
closes: #30967

Signed-off-by: Steve Hawkins <shawkins@redhat.com>
Signed-off-by: shawkins <shawkins@shawkins-thinkpadp16vgen1.hsd1.pa.comcast.net>
2024-07-03 15:58:30 +02:00
.github Show admin console header if serverinfo is forbidden 2024-06-28 20:22:16 +02:00
.idea
.mvn
adapters
authz
boms
common startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
core
crypto
dependencies
distribution
docs update: fix typo in hostname.adoc (#31007) 2024-07-02 16:50:38 +00:00
federation This fix allows the LDAP connection pool parameters - maxsize, prefsize, initsize - to be configured using JVM arguments. 2024-07-02 07:47:14 -03:00
integration startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
js also translate the message (#30654) 2024-07-02 15:31:38 +02:00
misc
model Fix deprecations in common module 2024-07-02 16:02:35 +00:00
operator Add default CPU limit/request for the operator (#30601) 2024-07-01 15:12:43 +02:00
quarkus fix: add quotes to cygwin condition (#31025) 2024-07-03 15:58:30 +02:00
rest
saml-core
saml-core-api
server-spi Filtering organization groups when managing or processing groups 2024-06-28 10:27:18 -03:00
server-spi-private Using _system client when account client is disabled for email actions 2024-07-03 08:43:36 +02:00
services startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
test-poc
testsuite Using _system client when account client is disabled for email actions 2024-07-03 08:43:36 +02:00
themes
util
.editorconfig
.gitattributes
.gitignore startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
eslint.config.js
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
pom.xml
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
set-version.sh
tsconfig.eslint.json
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