No description
Find a file
dependabot[bot] 17af757662 Bump i18next from 23.11.5 to 23.12.1
Bumps [i18next](https://github.com/i18next/i18next) from 23.11.5 to 23.12.1.
- [Release notes](https://github.com/i18next/i18next/releases)
- [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next/compare/v23.11.5...v23.12.1)

---
updated-dependencies:
- dependency-name: i18next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-15 09:20:43 +02:00
.github fix: deprecate KEYCLOAK_ADMIN and KEYCLOAK_ADMIN_PASSWORD 2024-07-11 18:07:57 +02:00
.idea
.mvn
adapters
authz Avoid iterating and updating all group policies when removing groups (#31057) 2024-07-08 13:57:20 +02:00
boms
common startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
core
crypto Support for vault and AES and HMAC algorithms to JavaKeystoreKeyProvider 2024-07-11 12:40:45 +02:00
dependencies
distribution
docs Add missing user event translations to admin-ui 2024-07-12 10:04:57 +02:00
federation Do not compare user DN using DN comparison as Ad can login via username@domain 2024-07-10 17:01:49 -03:00
integration startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
js Bump i18next from 23.11.5 to 23.12.1 2024-07-15 09:20:43 +02:00
misc Testsuite PoC - Implement a ChromeWebDriverSupplier (#30377) (#31026) 2024-07-08 14:01:34 +02:00
model Avoid race condition when using initial-access-token 2024-07-12 16:33:02 +02:00
operator fix: removes the operator's usage of the v1 proxy option 2024-07-11 14:21:50 +02:00
quarkus fix: deprecate KEYCLOAK_ADMIN and KEYCLOAK_ADMIN_PASSWORD 2024-07-11 18:07:57 +02:00
rest Remove effective roles filtering to avoid inconsistency (#28099) 2024-07-08 14:56:55 +02:00
saml-core
saml-core-api
server-spi Add @JsonIgnore to SingleUseObjectKeyModel's getExpiration() 2024-07-10 10:19:01 +02:00
server-spi-private Add getter-methods to OAuth2GrantType.Context (#31077) 2024-07-11 18:07:26 +02:00
services All pubic brokers are shown during authentication rather than only those associated with the current organization 2024-07-12 17:51:39 +02:00
test-poc fix: deprecate KEYCLOAK_ADMIN and KEYCLOAK_ADMIN_PASSWORD 2024-07-11 18:07:57 +02:00
testsuite All pubic brokers are shown during authentication rather than only those associated with the current organization 2024-07-12 17:51:39 +02:00
themes fix: deprecate KEYCLOAK_ADMIN and KEYCLOAK_ADMIN_PASSWORD 2024-07-11 18:07:57 +02:00
util
.editorconfig
.gitattributes
.gitignore startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
eslint.config.js
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
package.json Bump @eslint/js from 9.6.0 to 9.7.0 2024-07-15 09:18:54 +02:00
pnpm-lock.yaml Bump i18next from 23.11.5 to 23.12.1 2024-07-15 09:20:43 +02:00
pnpm-workspace.yaml
pom.xml Testsuite PoC - Implement a ChromeWebDriverSupplier (#30377) (#31026) 2024-07-08 14:01:34 +02:00
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
set-version.sh
tsconfig.eslint.json
tsconfig.json Move ESLint configuration to project root (#28639) 2024-04-12 08:34:18 +00:00

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