No description
Find a file
dependabot[bot] 1e57706fd9
Bump prettier from 2.8.7 to 2.8.8 in /js (#19900)
Bumps [prettier](https://github.com/prettier/prettier) from 2.8.7 to 2.8.8.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.8.7...2.8.8)

---
updated-dependencies:
- dependency-name: prettier
  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-04-24 11:34:23 +00:00
.github Build the operator container via Dockerfile (#19642) 2023-04-21 08:32:29 +02:00
.mvn/wrapper
adapters Add a Galleon feature pack to allow Galleon provisioning of the SAML adapter to WildFly (#19710) 2023-04-18 08:47:24 +02:00
authz Properly encode id in URL 2023-04-19 15:10:04 -03:00
boms
common Refer to Account Console features by version number (#19716) 2023-04-14 10:48:36 +00:00
core
crypto Fix the issue with LDAP connectionUrl containing multiple hosts 2023-04-16 17:41:22 +02:00
dependencies
distribution Add a Galleon feature pack to allow Galleon provisioning of the SAML adapter to WildFly (#19710) 2023-04-18 08:47:24 +02:00
docs All commands now auto-reaugment except show-config 2023-04-21 15:06:51 +02:00
examples
federation Fix the issue with LDAP connectionUrl containing multiple hosts 2023-04-16 17:41:22 +02:00
integration
js Bump prettier from 2.8.7 to 2.8.8 in /js (#19900) 2023-04-24 11:34:23 +00:00
misc
model Rewrite changelog SQL to make it work on Oracle 2023-04-24 13:30:16 +02:00
operator All commands now auto-reaugment except show-config 2023-04-21 15:06:51 +02:00
quarkus All commands now auto-reaugment except show-config 2023-04-21 15:06:51 +02:00
rest
saml-core
saml-core-api
server-spi
server-spi-private Fix the issue with LDAP connectionUrl containing multiple hosts 2023-04-16 17:41:22 +02:00
services Fix export / import tests relict 2023-04-19 22:17:49 +02:00
testsuite Fix export / import tests relict 2023-04-19 22:17:49 +02:00
themes add missing ar locale messages (#19684) 2023-04-13 16:13:47 -04:00
util
.gitattributes
.gitignore Add a Galleon feature pack to allow Galleon provisioning of the SAML adapter to WildFly (#19710) 2023-04-18 08:47:24 +02:00
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md Removed links from relocated repositories (#19703) 2023-04-13 12:59:43 -04:00
get-version.sh
GOVERNANCE.md Removed links from relocated repositories (#19703) 2023-04-13 12:59:43 -04:00
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Filter out community translations for the Admin Console (#19806) 2023-04-19 15:03:02 +00:00
PR-CHECKLIST.md
prod-arguments.json
README.md
set-version.sh Fix setting versions for docs (#19826) 2023-04-20 09:07:05 +02: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