No description
Find a file
dependabot[bot] 8238467c49 Bump mysql-connector-java from 8.0.23 to 8.0.28
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.23 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases)
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES)
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.23...8.0.28)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 09:55:42 -03:00
.github Minimize workflow runs on Dependabot updates 2022-07-06 12:46:46 -03:00
.mvn/wrapper
adapters Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
authz
boms Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
common Enables the new store and the concurrenthashmap provider 2022-06-30 10:55:22 -03:00
core Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
crypto Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
dependencies Introduce legacy datastore module and update dependencies 2022-06-21 08:53:06 +02:00
distribution Moving ClientStorageProvider to the legacy modules 2022-06-29 20:04:32 +02:00
docs Add support and docs for centralized logging using gelf. 2022-06-30 16:16:19 -03:00
examples Renaming SingleUserCredentialManager and UserModel.getUserCredentialManager(): 2022-06-21 08:53:06 +02:00
federation Replace occurrences of getParameterTypes().length and getParameters().length with getParameterCount() 2022-06-29 08:53:09 +02:00
integration
kubernetes
misc
model Make user->client sessions relationship consistent 2022-07-11 08:42:28 -03:00
operator
quarkus Fix internal filepath for logging on windows 2022-07-11 08:23:26 -03:00
saml-core Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
saml-core-api
server-spi Make user->client sessions relationship consistent 2022-07-11 08:42:28 -03:00
server-spi-private Make user->client sessions relationship consistent 2022-07-11 08:42:28 -03:00
services PAR logic affecting /auth endpoint 2022-07-11 11:56:37 +02:00
testsuite Make user->client sessions relationship consistent 2022-07-11 08:42:28 -03:00
themes Fix missing user info on account console (#12962) 2022-07-07 19:31:18 -04:00
util
wildfly Introduce crypto/default module. Refactoring BouncyIntegration (#12692) 2022-06-29 07:17:09 +02:00
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd Add Maven Wrapper (#11031) 2022-04-22 15:24:39 +02:00
pom.xml Bump mysql-connector-java from 8.0.23 to 8.0.28 2022-07-11 09:55:42 -03: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