No description
Find a file
dependabot[bot] 6d4b74b52b
Bump tslib from 2.5.3 to 2.6.0 in /js (#21380)
Bumps [tslib](https://github.com/Microsoft/tslib) from 2.5.3 to 2.6.0.
- [Release notes](https://github.com/Microsoft/tslib/releases)
- [Commits](https://github.com/Microsoft/tslib/compare/v2.5.3...2.6.0)

---
updated-dependencies:
- dependency-name: tslib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-03 12:09:29 +00:00
.github Bump github/codeql-action from 2.20.0 to 2.20.1 2023-06-26 17:16:59 -03:00
.mvn/wrapper
adapters
authz
boms
common Promote Account Console v3 to preview (#20969) 2023-06-15 12:24:01 -04:00
core Incorrect Signature algorithms presented by Client Authenticator 2023-06-21 08:55:58 +02:00
crypto
dependencies Removing OpenShift integration and moving to separate extension 2023-05-30 17:39:32 +02:00
distribution
docs Upgrade supported and tested version of Postgresql to 15 in order to match supported configuration for Keycloak 22. (#21333) 2023-06-30 11:29:06 +00:00
examples
federation Improve error messages when testing LDAP connection (#21013) 2023-07-01 19:45:49 +02:00
integration Extend admin-client GroupsResource: Support the query functionality to be used in combination with the parameters first, max and briefRepresentation 2023-06-21 12:13:22 -03:00
js Bump tslib from 2.5.3 to 2.6.0 in /js (#21380) 2023-07-03 12:09:29 +00:00
misc Removing OpenShift integration and moving to separate extension 2023-05-30 17:39:32 +02:00
model Improve error messages when testing LDAP connection (#21013) 2023-07-01 19:45:49 +02:00
operator Upgrade to Quarkus 3.2.0.Final and QOSDK 6.2.0 2023-07-03 08:11:18 -03:00
quarkus Fixing auth-server-quarkus-embedded 2023-06-21 17:18:26 +02:00
rest Refactor Admin REST API Documentation to use OpenAPI annotations. 2023-06-29 17:03:38 +02:00
saml-core
saml-core-api
server-spi Conditional login through identity provider (#20188) 2023-06-29 18:44:15 +02:00
server-spi-private Verify holder of the device code (#21) 2023-06-28 15:45:26 +02:00
services Handle exceptions thrown when requesting storage-access permission (#21325) 2023-06-30 00:35:10 +00:00
testsuite Fix EAP adapter tests when running on Windows and JDK 17. (#21278) 2023-06-30 11:54:33 +02:00
themes Added missing translation for login-config-totp template in spanish (#21282) 2023-06-28 08:23:12 -04:00
util
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md Add Alexander Schwartz to the list of maintainers 2023-06-27 06:45:06 -03:00
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Upgrade to Quarkus 3.2.0.Final and QOSDK 6.2.0 2023-07-03 08:11:18 -03:00
PR-CHECKLIST.md
prod-arguments.json
README.md
set-version.sh Fixes the links to the REST api documentation (#20858) 2023-06-08 14:11:52 -04:00

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