No description
Find a file
2024-02-27 19:11:32 +09:00
.github Bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 (#26845) 2024-02-26 09:56:32 -03:00
.idea
.mvn
adapters
authz
boms
common Remove the preview note from Keycloak's HA guide 2024-02-21 19:59:15 +01:00
core Allow setting an attribute as multivalued 2024-02-22 12:56:44 +01:00
crypto
dependencies
distribution
docs Document using AWS JDBC Wrapper in HA guide 2024-02-26 12:15:04 +00:00
examples
federation
integration
js reset form when provider / mapperPype changes (#26971) 2024-02-27 10:05:24 +01:00
misc
model Permanently lock users out after X temporary lockouts during a brute force attack 2024-02-22 09:34:51 +01:00
operator
quarkus
rest Show display name in realm selector (#27259) 2024-02-26 14:04:38 +01:00
saml-core
saml-core-api
server-spi Allow setting an attribute as multivalued 2024-02-22 12:56:44 +01:00
server-spi-private Revert dynamic grant type resolution 2024-02-27 19:11:32 +09:00
services Revert dynamic grant type resolution 2024-02-27 19:11:32 +09:00
testsuite Perform internal introspect for the access token in the account app 2024-02-27 09:19:20 +01:00
themes Allow setting an attribute as multivalued 2024-02-22 12:56:44 +01:00
util Artifact SLF4J LOG4J-12 has been relocated (#20113) 2023-05-05 13:57:45 +02:00
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh Added get-version script 2019-03-05 08:42:14 +01:00
GOVERNANCE.md Removed links from relocated repositories (#19703) 2023-04-13 12:59:43 -04:00
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Upgrade to Infinispan 14.0.25 (#27288) 2024-02-26 13:59:10 +01:00
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
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 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