No description
Find a file
2023-03-27 10:19:36 -03:00
.github Run Cypress tests only on the main repo (#19274) 2023-03-23 13:41:12 +00:00
.mvn/wrapper
adapters EAP7 and wildfly adapter tests fixes. Execute enable-elytron-se17.cli for EAP7 and JDK-17. 2023-03-23 17:02:39 -03:00
authz
boms
common
core iterate any attribute in multi-valued RDN to find the correct one (#14283) 2023-03-23 11:51:01 +01:00
crypto iterate any attribute in multi-valued RDN to find the correct one (#14283) 2023-03-23 11:51:01 +01:00
dependencies
distribution EAP7 and wildfly adapter tests fixes. Execute enable-elytron-se17.cli for EAP7 and JDK-17. 2023-03-23 17:02:39 -03:00
docs Fix token exchange required features in the docs 2023-03-27 10:19:36 -03:00
examples
federation
integration
js Bump @types/node from 18.15.7 to 18.15.10 in /js (#19350) 2023-03-27 09:36:45 +00:00
misc
model Rework the Import SPI to be configurable via the Config API 2023-03-24 15:28:55 -03:00
operator
quarkus NPE on welcome page when 'spi-theme-default' doesn't exists #15476 2023-03-27 09:23:08 +02:00
rest
saml-core
saml-core-api
server-spi
server-spi-private Rework the Import SPI to be configurable via the Config API 2023-03-24 15:28:55 -03:00
services Update provider to create documentation entries for its properties 2023-03-27 09:03:41 -03:00
testsuite Rework the Import SPI to be configurable via the Config API 2023-03-24 15:28:55 -03: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
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