No description
Find a file
2023-06-05 11:23:54 +02:00
.github Update Snyk Workflow to target other branches (#20601) 2023-06-01 09:03:09 +02:00
.mvn/wrapper
adapters
authz
boms
common
core
crypto
dependencies
distribution
docs Update docs/documentation/internal_resources/contributing.adoc 2023-06-02 07:58:59 -03:00
examples
federation Add escaping for fields with wildcard search 2023-05-31 14:38:04 +02:00
integration
js Fix required getting toggled on when creating new UP attribute. (#20735) 2023-06-02 16:12:47 -04:00
misc
model Split UserQueryProvider into UserQueryMethods and UserCountMethods and make LdapStorageProvider implement only UserQueryMethods 2023-05-31 11:47:54 +02:00
operator Add support to the Operator for setting default labels on Keycloak pods (#20661) 2023-06-01 13:39:41 +02:00
quarkus Removing unnecessary message from main command help text (#20692) 2023-06-01 09:12:39 +02:00
rest added per-instance filtering logic to search groups API (#20714) 2023-06-02 06:31:20 +00:00
saml-core
saml-core-api
server-spi Split UserQueryProvider into UserQueryMethods and UserCountMethods and make LdapStorageProvider implement only UserQueryMethods 2023-05-31 11:47:54 +02:00
server-spi-private Filter first, then sort, and avoid atomics 2023-06-05 11:23:54 +02:00
services Filter first, then sort, and avoid atomics 2023-06-05 11:23:54 +02:00
testsuite Remove AccountUpdateProfilePage from the testsuite (#19362) 2023-06-02 11:46:49 +02:00
themes
util
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Update Keycloak to Quarkus 3.1.0.Final (#20698) 2023-06-01 13:50:15 +02:00
PR-CHECKLIST.md
prod-arguments.json
README.md
set-version.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. 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.

Other Keycloak Projects

License