No description
Find a file
2023-02-13 17:09:36 -03:00
.github Added WebAuthn integration tests to CI workflow. (#16608) 2023-02-13 12:28:25 +00:00
.mvn/wrapper
adapters Use redirectUri for the Cordova adapter (#17038) 2023-02-13 16:54:29 +01:00
authz
boms
common Doublecheck if real FIPS host available in GH actions 2023-02-10 11:56:35 +01:00
core Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
crypto Make sure the distribution is using FIPS providers 2023-02-10 17:26:55 +01:00
dependencies
distribution
docs Align docs with AsciiDoc best practices for downstream processing (#16996) 2023-02-13 08:40:02 +01:00
examples
federation Added KERBEROS feature. Disable it when running tests on FIPS 2023-01-25 18:38:46 +01:00
integration Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
js Bump eslint from 8.33.0 to 8.34.0 in /js (#17048) 2023-02-13 18:18:38 +01:00
misc
model Leverage HotRod client provided transaction 2023-02-08 10:26:30 +01:00
operator Minimize the RPM content of the Quarkus container 2023-02-09 11:20:09 +01:00
quarkus Fix JDK 17 InaccessibleObjectException with infinispan 2023-02-13 17:09:36 -03:00
rest fixed fine grain permissions (#16668) 2023-01-28 10:13:53 -05:00
saml-core Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
saml-core-api Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
server-spi Pre-authorization hook for client policies 2023-02-08 15:06:32 +01:00
server-spi-private * fix typos in javadoc 2023-02-13 08:53:47 +01:00
services Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
testsuite Fix JDK 17 InaccessibleObjectException with infinispan 2023-02-13 17:09:36 -03:00
themes Recovery codes input error not displayed in the standardized way (#16922) 2023-02-12 01:09:16 +01: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 File store basis 2023-02-07 14:59:23 +01:00
PR-CHECKLIST.md Introduce CODEOWNERS (#16637) 2023-01-30 13:05:45 +01:00
prod-arguments.json
README.md
release.sh
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