No description
Find a file
dependabot[bot] 3a99384bae
Bump github/codeql-action from 2.2.1 to 2.2.4 (#17006)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.1 to 2.2.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2.2.1...v2.2.4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  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-02-11 20:26:44 +01:00
.github Bump github/codeql-action from 2.2.1 to 2.2.4 (#17006) 2023-02-11 20:26:44 +01:00
.mvn/wrapper
adapters Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
authz
boms
common Doublecheck if real FIPS host available in GH actions 2023-02-10 11:56:35 +01:00
core Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
crypto Make sure the distribution is using FIPS providers 2023-02-10 17:26:55 +01:00
dependencies
distribution
docs Doublecheck FIPS integration with container 2023-02-10 16:01:35 -03:00
examples
federation
integration Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
js Bump @types/node from 18.11.18 to 18.11.19 in /js (#16867) 2023-02-06 15:44:10 +00:00
misc
model Leverage HotRod client provided transaction 2023-02-08 10:26:30 +01:00
operator Minimize the RPM content of the Quarkus container 2023-02-09 11:20:09 +01:00
quarkus Make sure the distribution is using FIPS providers 2023-02-10 17:26:55 +01:00
rest
saml-core Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
saml-core-api Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
server-spi Pre-authorization hook for client policies 2023-02-08 15:06:32 +01:00
server-spi-private Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
services Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
testsuite Use encryption keys rather than sig for crypto in SAML 2023-02-10 12:06:49 +01:00
themes Remove common resources no longer needed after old admin console is removed (#16908) 2023-02-08 11:56:55 +01:00
util
.gitattributes Use lf as line-ending for sh files 2022-07-19 08:57:57 +02:00
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md Update commit message and issue linking sections in contributors guide (#9391) 2022-01-11 11:19:31 +01:00
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml File store basis 2023-02-07 14:59:23 +01:00
PR-CHECKLIST.md Introduce CODEOWNERS (#16637) 2023-01-30 13:05:45 +01:00
prod-arguments.json
README.md
release.sh
set-version.sh Include Admin UI as a regular dependency (#11281) 2022-04-21 11:39:00 +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