No description
Find a file
dependabot[bot] 2e2b759bc0
Bump @testing-library/dom from 10.3.1 to 10.3.2 (#31305)
Bumps [@testing-library/dom](https://github.com/testing-library/dom-testing-library) from 10.3.1 to 10.3.2.
- [Release notes](https://github.com/testing-library/dom-testing-library/releases)
- [Changelog](https://github.com/testing-library/dom-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/dom-testing-library/compare/v10.3.1...v10.3.2)

---
updated-dependencies:
- dependency-name: "@testing-library/dom"
  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-07-16 14:58:34 +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 Offline tokens created in Keycloak 14 or earlier will not work on Keycloak 25 2024-07-15 18:30:35 +02:00
crypto Support for vault and AES and HMAC algorithms to JavaKeystoreKeyProvider 2024-07-11 12:40:45 +02:00
dependencies
distribution
docs Add default stack in cache-ispn.xml 2024-07-16 12:05:38 +02:00
federation Fix test LDAP connection with multiple ldap connection urls 2024-07-16 08:57:50 +02:00
integration startup, welcome, and cli handling of bootstrap-admin user (#30054) 2024-07-03 15:23:40 +02:00
js Bump @testing-library/dom from 10.3.1 to 10.3.2 (#31305) 2024-07-16 14:58:34 +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 Add default stack in cache-ispn.xml 2024-07-16 12:05:38 +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 Normalize default authentication flow descriptions to start with an uppercase letter (#31277) 2024-07-16 13:49:35 +02:00
services Make ProofType a string instead of enum (#31000) 2024-07-16 11:30:38 +02:00
test-poc Refactor registry and fix a bug introduced by page supplier PR (#31322) 2024-07-16 14:02:30 +02:00
testsuite Normalize default authentication flow descriptions to start with an uppercase letter (#31277) 2024-07-16 13:49:35 +02:00
themes Revert "Added template overrides (#31106)" 2024-07-16 13:26:33 +02:00
util
.editorconfig
.gitattributes
.gitignore Add support to select supplier for a given type (#31292) 2024-07-16 10:22:00 +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 typescript-eslint from 7.16.0 to 7.16.1 (#31306) 2024-07-16 14:58:15 +02:00
pnpm-lock.yaml Bump @testing-library/dom from 10.3.1 to 10.3.2 (#31305) 2024-07-16 14:58:34 +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

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