No description
Find a file
2023-06-22 05:32:53 -03:00
.github
.mvn/wrapper
adapters
authz
boms
common
core Incorrect Signature algorithms presented by Client Authenticator 2023-06-21 08:55:58 +02:00
crypto
dependencies
distribution
docs Update docs/documentation/release_notes/topics/22_0_0.adoc 2023-06-21 17:14:33 -03:00
examples
federation
integration Extend admin-client GroupsResource: Support the query functionality to be used in combination with the parameters first, max and briefRepresentation 2023-06-21 12:13:22 -03:00
js Incorrect Signature algorithms presented by Client Authenticator 2023-06-21 08:55:58 +02:00
misc
model count users by custom user attribute 2023-06-21 11:56:22 -03:00
operator Incorrect Url on Keycloak Health - Liveness and Readiness, no Startup Probes 2023-06-22 05:32:53 -03:00
quarkus Fixing auth-server-quarkus-embedded 2023-06-21 17:18:26 +02:00
rest
saml-core
saml-core-api
server-spi
server-spi-private Incorrect Signature algorithms presented by Client Authenticator 2023-06-21 08:55:58 +02:00
services Account Console II doesn't remove TOTP from UserStorage 2023-06-22 07:56:44 +02:00
testsuite Account Console II doesn't remove TOTP from UserStorage 2023-06-22 07:56:44 +02:00
themes Remove unused feature flags. (#21039) 2023-06-20 15:02:22 -04:00
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