No description
Find a file
dependabot[bot] f7a594acb6 Bump husky from 9.0.10 to 9.0.11 in /js
Bumps [husky](https://github.com/typicode/husky) from 9.0.10 to 9.0.11.
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](https://github.com/typicode/husky/compare/v9.0.10...v9.0.11)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-14 09:54:37 +01:00
.github Add team/cross-dc to teams.yml 2024-02-13 15:08:42 +01:00
.idea
.mvn Update Maven dependency versions for docs 2024-02-01 13:42:25 +01:00
adapters task: upgrade to osgi 6.0.0 2024-02-07 13:47:57 -03:00
authz Removing version overrides and further aligning with quarkus versions (#26788) 2024-02-07 17:57:23 +01:00
boms
common fix: adds pfx as a recognized extension (#26876) 2024-02-13 15:38:12 +01:00
core Added SPIs for ClientType and ClientTypeManager 2024-02-13 19:26:19 +01:00
crypto
dependencies
distribution
docs [docs] Align OAuth 2.0 Security Best Current Practice links (#24706) 2024-02-13 13:53:56 +01:00
examples Update examples/providers/rest/README.md 2024-02-07 09:32:43 -03:00
federation Add migration for the useTruststoreSpi config property in LDAP user storage provider 2024-02-12 11:53:19 +01:00
integration
js Bump husky from 9.0.10 to 9.0.11 in /js 2024-02-14 09:54:37 +01:00
misc
model Use the appropriate database dialect to add quotes to the schema name (#26964) 2024-02-13 13:09:55 +01:00
operator fix: switching to clusterip service (#26975) 2024-02-13 08:59:29 +01:00
quarkus Allow setting a default user profile configuration 2024-02-12 11:16:48 +01:00
rest
saml-core Escape action in the form_post response mode (#60) 2023-12-18 18:10:41 -03:00
saml-core-api
server-spi Empty error message when validation issue due the PersonNameProhibitedValidator validation 2024-02-06 12:56:50 -03:00
server-spi-private Added SPIs for ClientType and ClientTypeManager 2024-02-13 19:26:19 +01:00
services Added SPIs for ClientType and ClientTypeManager 2024-02-13 19:26:19 +01:00
testsuite Do not require non-builtin attributes for service accounts 2024-02-13 17:42:59 +01:00
themes updated otp screen to patternfly 5 (#26528) 2024-02-13 07:51:43 -05:00
util
.gitattributes
.gitignore chore: clarify default creds in readme, add .vscode to gitignore (#26840) 2024-02-07 10:45:48 +01:00
.gitleaks.toml
ADOPTERS.md add Bundesagentur für Arbeit to ADOPTERS.md (#26784) 2024-02-05 14:32:49 +01:00
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Upgrade to Quarkus 3.7.2 (#26938) 2024-02-12 09:23:24 +01:00
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. Participation in the Keycloak project is governed by the CNCF Code of Conduct.

Other Keycloak Projects

License