No description
Find a file
dependabot[bot] ce46bb7e6d
Bump vite from 5.4.4 to 5.4.5 (#32938)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.4 to 5.4.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  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>
2024-09-16 15:41:02 +02:00
.github Rename remote-cache Feature 2024-09-13 13:03:13 +02:00
.idea
.mvn
adapters Honor turnOffChangeSessionIdOnLogin in SAML adapter (#185) 2024-09-16 09:21:07 +02:00
authz Avoid releasing keycloak-authz-client-test artifact to maven repositories 2024-09-05 11:57:08 +02:00
boms Remove adapter and misc boms 2024-09-04 17:03:53 +02:00
common Improve error message when wrong KC profile is set (#32898) 2024-09-16 09:37:20 +02:00
core Rename remote-cache Feature 2024-09-13 13:03:13 +02:00
crypto Remove keycloak-core and keycloak-crypto-default from SAML galleon feature pack and upgrade them to Java 17 2024-09-03 15:58:57 +02:00
dependencies
distribution Bump org.apache.maven:maven-core in /distribution/maven-plugins (#32812) 2024-09-11 14:17:29 +00:00
docs Upgrade to Quarkus 3.14.2 (#32519) 2024-09-13 20:18:48 +02:00
federation Do not automatically re-import users if they already exist locally when searching by attributes 2024-09-13 08:54:44 +02:00
integration Remove @NoCache annotation in admin client interfaces 2024-09-11 09:44:41 +02:00
js Bump vite from 5.4.4 to 5.4.5 (#32938) 2024-09-16 15:41:02 +02:00
misc Remove keycloak-test-helper module 2024-09-12 09:13:26 +02:00
model Upgrade to Quarkus 3.14.2 (#32519) 2024-09-13 20:18:48 +02:00
operator Remove crd-generator-apt from operator (#32555) 2024-09-13 12:01:55 +02:00
quarkus Upgrade to Quarkus 3.14.2 (#32519) 2024-09-13 20:18:48 +02:00
rest Avoid NPE if realm configuration contains invalid required action configuration (#32649) 2024-09-04 15:04:58 -04:00
saml-core
saml-core-api
server-spi Revise KeyURI generation in OTPPolicy 2024-09-12 08:55:49 +02:00
server-spi-private Rename remote-cache Feature 2024-09-13 13:03:13 +02:00
services Admin API with Lightweight access token and transient session 2024-09-16 09:30:15 +02:00
test-framework
test-poc
testsuite Admin API with Lightweight access token and transient session 2024-09-16 09:30:15 +02:00
themes removed tabindex so that the natural is used 2024-09-13 14:18:50 +02:00
util
.editorconfig
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md add Bundesagentur für Arbeit to ADOPTERS.md (#26784) 2024-02-05 14:32:49 +01:00
CONTRIBUTING.md
eslint.config.js
get-version.sh
GOVERNANCE.md Update governance model around changes in maintainership (#29292) 2024-05-22 08:24:10 +02:00
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
package.json Bump eslint-plugin-react from 7.35.2 to 7.36.1 (#32877) 2024-09-13 13:39:13 +02:00
pnpm-lock.yaml Bump vite from 5.4.4 to 5.4.5 (#32938) 2024-09-16 15:41:02 +02:00
pnpm-workspace.yaml
pom.xml Upgrade to Quarkus 3.14.2 (#32519) 2024-09-13 20:18:48 +02:00
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
set-version.sh
tsconfig.eslint.json
tsconfig.json

Keycloak

GitHub Release OpenSSF Best Practices GitHub Repo stars GitHub commit activity

Open Source Identity and Access Management

Add authentication to applications and secure services with minimum effort. No need to deal with storing users or authenticating users.

Keycloak provides user federation, strong authentication, user management, fine-grained authorization, and more.

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