No description
Find a file
dependabot[bot] 2055cf62f2 Bump @types/node from 20.12.10 to 20.12.11
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.12.10 to 20.12.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-09 10:52:38 +02:00
.github Randomize Cypress TS and fix tests failing after this change (#29350) 2024-05-08 09:33:21 -04:00
.idea
.mvn
adapters Infinispan 15.0.3.Final 2024-05-08 17:18:39 +02:00
authz Remove remaining Fuse adapter bits 2024-05-06 09:02:26 +02:00
boms Can we remove undertow OIDC adapter? 2024-05-07 19:47:46 +02:00
common Fix user-facing typos in Javadoc (#28971) 2024-05-06 18:57:55 +00:00
core Add description field to OrganizationEntity 2024-05-07 10:35:51 -03:00
crypto
dependencies
distribution Can we remove undertow OIDC adapter? 2024-05-07 19:47:46 +02:00
docs Update create realm topics to replace Master 2024-05-08 17:37:20 +02:00
federation Fix user-facing typos in Javadoc (#28971) 2024-05-06 18:57:55 +00:00
integration Do not manage brokers through the Organization API 2024-05-07 09:15:25 -03:00
js Bump @types/node from 20.12.10 to 20.12.11 2024-05-09 10:52:38 +02:00
misc Remove SpringBoot adapters 2024-04-26 09:30:35 +02:00
model Avoid conflicts when writing to session stores by checking for concurrent requests within the JVM (#29393) 2024-05-09 08:24:43 +00:00
operator Infinispan 15.0.3.Final 2024-05-08 17:18:39 +02:00
quarkus Vault configuration category available to the export command (#29400) 2024-05-09 10:24:58 +02:00
rest Rework the result for the session search to contain a single result per user sessions 2024-05-03 13:51:14 +02:00
saml-core Fix user-facing typos in Javadoc (#28971) 2024-05-06 18:57:55 +00:00
saml-core-api
server-spi Add description field to OrganizationEntity 2024-05-07 10:35:51 -03:00
server-spi-private Simplifying the CORS SPI and the default implementation 2024-05-08 12:27:55 -03:00
services Simplifying the CORS SPI and the default implementation 2024-05-08 12:27:55 -03:00
testsuite Simplifying the CORS SPI and the default implementation 2024-05-08 12:27:55 -03:00
themes Upgrade JS dependencies to latest version (#29379) 2024-05-08 15:02:45 +02:00
util
.gitattributes
.gitignore
.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 @types/node from 20.12.10 to 20.12.11 2024-05-09 10:52:38 +02:00
pnpm-lock.yaml Bump @types/node from 20.12.10 to 20.12.11 2024-05-09 10:52:38 +02:00
pnpm-workspace.yaml
pom.xml Infinispan 15.0.3.Final 2024-05-08 17:18:39 +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