No description
Find a file
Stian Thorgersen 865c2dabea
Update themes.adoc (#31362)
Closes #30816

Signed-off-by: Stian Thorgersen <stianst@gmail.com>
2024-07-17 10:32:45 +02:00
.github
.idea
.mvn Upgrade Maven and wrapper to latest version 2024-06-19 10:42:33 +02:00
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 Removing adapter-feature-pack from the distribution 2024-07-17 09:46:41 +02:00
docs Update themes.adoc (#31362) 2024-07-17 10:32:45 +02:00
federation
integration
js Display disabled information from user in group assignment 2024-07-17 10:16:04 +02:00
misc
model Avoid adding organization flows if they are already exist 2024-07-17 08:28:00 +02:00
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 Avoid adding organization flows if they are already exist 2024-07-17 08:28:00 +02:00
services Correctly moves to the next required action (#31358) 2024-07-17 09:38:29 +02:00
test-poc Refactor registry and fix a bug introduced by page supplier PR (#31322) 2024-07-16 14:02:30 +02:00
testsuite Correctly moves to the next required action (#31358) 2024-07-17 09:38:29 +02:00
themes Revert "Added template overrides (#31106)" 2024-07-16 13:26:33 +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
ADOPTERS.md
CONTRIBUTING.md link translation docs to contribution document (#30477) 2024-06-17 10:30:34 +02:00
eslint.config.js
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
package.json Bump typescript-eslint from 7.16.0 to 7.16.1 (#31306) 2024-07-16 14:58:15 +02:00
pnpm-lock.yaml Bump @playwright/test from 1.45.1 to 1.45.2 (#31351) 2024-07-17 09:55:45 +02:00
pnpm-workspace.yaml
pom.xml Removing adapter-feature-pack from the distribution 2024-07-17 09:46:41 +02:00
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
set-version.sh Use Maven wrapper instead of platform dependent Maven version (#29988) 2024-06-03 15:45:39 +02:00
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