No description
Find a file
dependabot[bot] 367d0a9868
Bump @types/react-dom from 18.2.17 to 18.2.18 in /js (#25652)
Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.2.17 to 18.2.18.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

---
updated-dependencies:
- dependency-name: "@types/react-dom"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-18 09:02:43 +01:00
.github Showing the original exception plus any swallowed exceptions. (#25428) 2023-12-13 11:56:08 +01:00
.idea
.mvn Allow incremental build for the themes (#25405) 2023-12-11 08:35:28 +01:00
adapters enhance: adds truststores to the keycloak cr (#25215) 2023-12-14 11:15:06 -03:00
authz
boms
common
core
crypto
dependencies
distribution Add Galleon layer metadata to the SAML Galleon feature-pack 2023-11-22 10:56:27 +01:00
docs Remove topic on user attributes in Account Console 2023-12-15 12:07:35 +01:00
examples
federation
integration
js Bump @types/react-dom from 18.2.17 to 18.2.18 in /js (#25652) 2023-12-18 09:02:43 +01:00
misc Showing the original exception plus any swallowed exceptions. (#25428) 2023-12-13 11:56:08 +01:00
model
operator
quarkus
rest Update UserProfileProvider.setConfiguration. Tuning of UserProfileProvider.getConfiguration 2023-12-14 14:43:28 +01:00
saml-core Allow automatic download of SAML certificates in the identity provider 2023-11-29 18:03:31 +01:00
saml-core-api Adds com.sun.xml.ws.rt dependency to saml-core-api 2023-04-27 13:36:54 +02:00
server-spi
server-spi-private
services
testsuite
themes
util
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
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
pom.xml
PR-CHECKLIST.md Introduce CODEOWNERS (#16637) 2023-01-30 13:05:45 +01:00
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 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