No description
Find a file
dependabot[bot] 85a144c5a4
Bump @types/lodash-es from 4.17.11 to 4.17.12 in /js (#24897)
Bumps [@types/lodash-es](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/lodash-es) from 4.17.11 to 4.17.12.
- [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-11-22 09:49:24 +01:00
.github Transient sessions: UX improvements 2023-11-21 08:31:56 +01:00
.idea
.mvn
adapters
authz
boms
common
core
crypto
dependencies
distribution Remove OIDC and SAML adapters for Wildfly/EAP ZIP downloads. Update documentation. (#24877) 2023-11-21 14:22:00 +00:00
docs Release notes for max auth age password policy 2023-11-22 07:35:09 +01:00
examples
federation
integration
js Bump @types/lodash-es from 4.17.11 to 4.17.12 in /js (#24897) 2023-11-22 09:49:24 +01:00
misc
model Disable cache store and load only if a remote store is used 2023-11-20 18:50:02 +01:00
operator
quarkus Removal of LGPL-2.1 licensed org.jboss.metadata.jboss-metadata-web dependency for CNCF compliance (#24715) 2023-11-22 08:37:24 +00:00
rest
saml-core
saml-core-api
server-spi Introduce MaxAuthAge Password policy (#12943) 2023-11-20 14:48:17 +01:00
server-spi-private Introduce MaxAuthAge Password policy (#12943) 2023-11-20 14:48:17 +01:00
services Introduce MaxAuthAge Password policy (#12943) 2023-11-20 14:48:17 +01:00
testsuite Avoid deprecated API usage in testsuite/integration-arquillian/util (#24870) 2023-11-21 12:45:58 +01:00
themes Include react and react-dom as external dependencies (#24843) 2023-11-20 16:34:03 +00:00
util
.gitattributes
.gitignore
.gitleaks.toml Removing testsuite/performance from main Keycloak repository (#15950) 2022-12-15 14:43:24 +01:00
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml
PR-CHECKLIST.md
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