No description
Find a file
2023-09-11 06:55:38 +00:00
.github Enable deprecated LinkedIn OAuth to pass Cypress tests (#23090) 2023-09-08 11:45:03 +00:00
.mvn
adapters
authz
boms
common Add old LinkedIn provider to the deprecated profile 2023-09-08 10:05:17 +02:00
core
crypto Avoid using deprecated junit APIs in tests 2023-08-01 11:44:25 +02:00
dependencies
distribution
docs Add old LinkedIn provider to the deprecated profile 2023-09-08 10:05:17 +02:00
examples Remove usage of deprecated Promise.success()/error() in example (#15179) 2023-07-26 08:33:00 +02:00
federation
integration
js Bump rollup from 3.28.1 to 3.29.0 in /js (#23014) 2023-09-08 15:52:18 +02:00
misc Add Operator to the dependency report script (#22469) 2023-08-16 16:34:30 +02:00
model
operator
quarkus Quarkus IT that use Oracle DB don't work with -Dproduct (#23084) 2023-09-08 17:51:22 +02:00
rest
saml-core
saml-core-api
server-spi
server-spi-private
services Add old LinkedIn provider to the deprecated profile 2023-09-08 10:05:17 +02:00
testsuite Add old LinkedIn provider to the deprecated profile 2023-09-08 10:05:17 +02:00
themes Attributes without a value set are not rendered in the account console (#22968) 2023-09-08 16:43:19 +02:00
util Artifact SLF4J LOG4J-12 has been relocated (#20113) 2023-05-05 13:57:45 +02:00
.gitattributes Use lf as line-ending for sh files 2022-07-19 08:57:57 +02:00
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
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.17 (#23097) 2023-09-08 17:26:40 +02:00
PR-CHECKLIST.md
prod-arguments.json
README.md Minor spelling adjustments (#23106) 2023-09-11 06:55:38 +00:00
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.

Other Keycloak Projects

License