No description
Find a file
Pedro Ruivo 9b39498085
Add default stack in cache-ispn.xml
A bug in Infinispan prevents the metrics to be registered if the "stack"
is not specified.
Change the default configuration shipped with Keycloak to use the UDP
stack as default.
UDP is the default in previous Keycloak versions.

Fixes #31218

Signed-off-by: Pedro Ruivo <pruivo@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-07-16 12:05:38 +02:00
.github
.idea
.mvn
adapters
authz
boms
common
core Offline tokens created in Keycloak 14 or earlier will not work on Keycloak 25 2024-07-15 18:30:35 +02:00
crypto
dependencies Map Store Removal: Rename legacy modules 2024-01-25 16:29:16 +01:00
distribution
docs Add default stack in cache-ispn.xml 2024-07-16 12:05:38 +02:00
federation Fix test LDAP connection with multiple ldap connection urls 2024-07-16 08:57:50 +02:00
integration
js fixed the url missed after refactoring (#31284) 2024-07-15 15:31:01 +02:00
misc
model
operator
quarkus Add default stack in cache-ispn.xml 2024-07-16 12:05:38 +02:00
rest
saml-core
saml-core-api
server-spi
server-spi-private Fallback to no override flow when missing in client override 2024-07-16 11:33:41 +02:00
services Make ProofType a string instead of enum (#31000) 2024-07-16 11:30:38 +02:00
test-poc Add support to select supplier for a given type (#31292) 2024-07-16 10:22:00 +02:00
testsuite Fallback to no override flow when missing in client override 2024-07-16 11:33:41 +02:00
themes Added template overrides (#31106) 2024-07-15 14:47:29 +02:00
util
.editorconfig
.gitattributes
.gitignore Add support to select supplier for a given type (#31292) 2024-07-16 10:22:00 +02:00
.gitleaks.toml Ignore a false positive in internal code scan (#27811) 2024-03-12 15:49:46 +01:00
ADOPTERS.md
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
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 Bump prettier from 3.3.2 to 3.3.3 2024-07-15 09:54:11 +02:00
pnpm-lock.yaml Bump prettier from 3.3.2 to 3.3.3 2024-07-15 09:54:11 +02:00
pnpm-workspace.yaml
pom.xml
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml Provide an OpenSSF security insights manifest file 2024-02-15 11:02:33 -03:00
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