No description
Find a file
Niko Köbler 72f994dc1c add missing doXXX methods with KeycloakSession usage
closes #30302

Signed-off-by: Niko Köbler <niko@n-k.de>
2024-06-11 08:49:16 +02:00
.github Refresh Weblate with latest changes when the main branch changes (#30053) 2024-06-07 08:21:55 +02:00
.idea
.mvn
adapters Remove the transformed output directory before executing JakartaTransformer 2024-06-03 19:03:46 +02:00
authz
boms Refactor PolicyEnforcer tests to remove dependency on keycloak-adapter-core and remove keycloak-adapter-core 2024-05-27 15:00:13 -03:00
common fix: minor refinements to collection utils (#29536) 2024-06-06 10:07:34 -04:00
core Client type configuration inheritance (#30056) 2024-06-10 18:59:08 +02:00
crypto OpenJDK 21 support (#28518) 2024-06-03 14:17:28 +02:00
dependencies
distribution Upgrade Groovy dependencies to latest version (#29990) 2024-06-06 10:13:52 +02:00
docs Fixing broken link (#30299) 2024-06-10 15:22:48 +02:00
federation Missing auth checks in some admin endpoints (#166) 2024-06-05 12:04:47 +02:00
integration fix: adds handling for all kcadm prompts as env variables (#29430) 2024-06-06 13:08:23 +00:00
js Activate Save Button in Client Scopes on first modification (#30269) 2024-06-10 16:59:22 -04:00
misc Use Maven wrapper instead of platform dependent Maven version (#29988) 2024-06-03 15:45:39 +02:00
model Improvements to refresh token rotation with multiple tabs (#29966) 2024-06-07 12:02:36 +02:00
operator fix: minor refinements to collection utils (#29536) 2024-06-06 10:07:34 -04:00
quarkus Fix Quarkus development mode (#30295) 2024-06-10 11:29:17 +00:00
rest Make required actions configurable (#28400) 2024-05-23 08:38:36 +02:00
saml-core
saml-core-api
server-spi Improvements to refresh token rotation with multiple tabs (#29966) 2024-06-07 12:02:36 +02:00
server-spi-private add missing doXXX methods with KeycloakSession usage 2024-06-11 08:49:16 +02:00
services Client type configuration inheritance (#30056) 2024-06-10 18:59:08 +02:00
test-poc Use Quarkus fork join worker for Test PoC 2024-06-06 12:06:59 +02:00
testsuite Client type configuration inheritance (#30056) 2024-06-10 18:59:08 +02:00
themes Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 2024-06-07 22:10:08 +02:00
util
.editorconfig Don't apply editorconfig auto-formatting to properties file for now 2024-05-29 19:00:06 +02:00
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
eslint.config.js Add Playwright ESLint plugin (#30082) 2024-06-03 14:13:20 +02:00
get-version.sh Use Maven wrapper instead of platform dependent Maven version (#29988) 2024-06-03 15:45:39 +02:00
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 prettier from 3.3.0 to 3.3.1 2024-06-07 22:22:16 +02:00
pnpm-lock.yaml Bump uuid from 9.0.1 to 10.0.0 2024-06-10 10:07:16 +02:00
pnpm-workspace.yaml
pom.xml Upgrade to Quarkus 3.8.5 2024-06-06 09:42:26 +02:00
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
set-version.sh Use Maven wrapper instead of platform dependent Maven version (#29988) 2024-06-03 15:45:39 +02:00
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