No description
Find a file
2023-09-14 10:57:32 +02:00
.github Add caret to regex expressions in federation-sssd-setup.sh to avoid comments 2023-09-13 10:00:31 +02:00
.mvn Update Maven Wrapper to 3.2.0 2023-09-12 08:56:15 +02:00
adapters Fix infinite recursive loop causing application freeze 2023-09-13 18:05:51 +02:00
authz
boms
common better features overview (#22641) 2023-09-12 16:03:13 +02:00
core better features overview (#22641) 2023-09-12 16:03:13 +02:00
crypto Avoid using deprecated junit APIs in tests 2023-08-01 11:44:25 +02:00
dependencies
distribution Set distinct wildfly-common versions for Quarkus and WildFly based modules 2023-09-07 13:32:25 +02:00
docs Ignore attributes when they are not prefixed with user.attributes prefix (#23184) 2023-09-14 10:35:47 +02:00
examples Remove usage of deprecated Promise.success()/error() in example (#15179) 2023-07-26 08:33:00 +02:00
federation Fix ldap:// with STARTTLS 2023-09-14 10:07:09 +02:00
integration Decoupling legacy and dynamic user profiles and exposing metadata from admin api 2023-08-29 08:14:47 -03:00
js Bump @types/tar-fs from 2.0.1 to 2.0.2 in /js (#23189) 2023-09-14 10:48:03 +02:00
misc Add Operator to the dependency report script (#22469) 2023-08-16 16:34:30 +02:00
model Fix valid redirect URIs for built-in account-console client on realm rename (#20894) 2023-09-13 15:28:07 +02:00
operator Corrects log truncation and adds the database to logging (#23072) 2023-09-12 08:34:30 +00:00
quarkus Add caret to regex expressions in federation-sssd-setup.sh to avoid comments 2023-09-13 10:00:31 +02:00
rest lazy populate the treeview for groups (#21520) 2023-08-04 20:19:34 +00:00
saml-core Avoid using deprecated junit APIs in tests 2023-08-01 11:44:25 +02:00
saml-core-api
server-spi Remove use of Guava in services 2023-09-07 08:59:02 +02:00
server-spi-private Support to define compatible mappers for (new) Identity Providers 2023-09-13 17:19:06 -03:00
services Send Client ID in token request with JWT Authentication 2023-09-14 10:57:32 +02:00
testsuite Send Client ID in token request with JWT Authentication 2023-09-14 10:57:32 +02:00
themes Added missing hungarian translations, fix typos 2023-09-13 10:54:54 +02:00
util
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md Update ADOPTERS.md (#23049) 2023-09-07 12:59:55 +00:00
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw Update Maven Wrapper to 3.2.0 2023-09-12 08:56:15 +02:00
mvnw.cmd Update Maven Wrapper to 3.2.0 2023-09-12 08:56:15 +02:00
pom.xml Marking wildfly-common as compile scope (#23105) 2023-09-11 16:08:32 +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