No description
Find a file
dependabot[bot] 6541cd56e0
Bump @types/lodash-es from 4.17.7 to 4.17.8 in /js (#21686)
Bumps [@types/lodash-es](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash-es) from 4.17.7 to 4.17.8.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/lodash-es)

---
updated-dependencies:
- dependency-name: "@types/lodash-es"
  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-07-14 12:56:27 +02:00
.github Remove unused resources from 'common' theme (#21546) 2023-07-10 14:14:40 +00:00
.mvn/wrapper
adapters
authz
boms
common
core Find an appropriate key based on the given KID and JWA (#21160) 2023-07-10 13:28:55 +02:00
crypto
dependencies
distribution
docs Fix links to quickstarts (#21639) 2023-07-12 14:03:49 +02:00
examples Remove unused resources from 'common' theme (#21546) 2023-07-10 14:14:40 +00:00
federation
integration
js Bump @types/lodash-es from 4.17.7 to 4.17.8 in /js (#21686) 2023-07-14 12:56:27 +02:00
misc
model Find an appropriate key based on the given KID and JWA (#21160) 2023-07-10 13:28:55 +02:00
operator Switches the merging logic to using the override as the basis (#21415) 2023-07-14 12:42:03 +02:00
quarkus Re-augmentation failing on windows 2023-07-12 12:02:15 -07:00
rest
saml-core
saml-core-api
server-spi
server-spi-private
services Update javadoc for user search in UserResource 2023-07-11 11:14:29 +02:00
testsuite Allow setting context-path for KeycloakServer (#21590) 2023-07-11 14:24:07 +00:00
themes Fixed grammar issue (#21603) 2023-07-11 18:11:35 +00:00
util
.gitattributes
.gitignore
.gitleaks.toml
1.txt
2.txt
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml CVE-2022-45868 H2 Cleartext Storage of Sensitive Information (#21568) 2023-07-11 08:09:24 +02:00
PR-CHECKLIST.md Introduce CODEOWNERS (#16637) 2023-01-30 13:05:45 +01:00
prod-arguments.json
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'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