No description
Find a file
Stefan Wiedemann 3e243d77ec
fix oid4vci tests
Closes #30079

Signed-off-by: Stefan Wiedemann <wistefan@googlemail.com>
2024-06-06 10:58:01 +02:00
.github Add files in project root to JS conditional workflow 2024-06-05 15:39:05 +02:00
.idea
.mvn
adapters Remove the transformed output directory before executing JakartaTransformer 2024-06-03 19:03:46 +02:00
authz Guard against NPE when fetching users associated with user policies. 2024-05-10 16:52:25 -03:00
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 Move Organization feature from EXPERIMENTAL to PREVIEW 2024-06-04 09:57:03 -03:00
core Updating client policies in JSON editor is buggy. Attempt to update global client policies should throw the error 2024-06-05 13:55:02 +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 Align environment variables between consoles (#30125) 2024-06-06 08:36:46 +02:00
federation Missing auth checks in some admin endpoints (#166) 2024-06-05 12:04:47 +02:00
integration Remove the transformed output directory before executing JakartaTransformer 2024-06-03 19:03:46 +02:00
js fix oid4vci tests 2024-06-06 10:58:01 +02:00
misc Use Maven wrapper instead of platform dependent Maven version (#29988) 2024-06-03 15:45:39 +02:00
model Export import realm with organizations 2024-06-05 09:50:03 +02:00
operator Use Maven wrapper instead of platform dependent Maven version (#29988) 2024-06-03 15:45:39 +02:00
quarkus Fixing forkjoin pool factory validation when running embedded server (#30175) 2024-06-06 09:27:11 +02:00
rest Make required actions configurable (#28400) 2024-05-23 08:38:36 +02:00
saml-core Fix user-facing typos in error messages (#29326) 2024-05-16 09:55:41 +02:00
saml-core-api SAML element EncryptionMethod can consist any element 2024-04-09 14:15:56 +02:00
server-spi Allow to configure if users are automatically redirected when the email domain matches an organization 2024-06-03 13:34:21 +02:00
server-spi-private Export import realm with organizations 2024-06-05 09:50:03 +02:00
services Align environment variables between consoles (#30125) 2024-06-06 08:36:46 +02:00
test-poc JUnit 5 test framework PoC (#29517) 2024-05-27 10:05:35 -03:00
testsuite Prevent users to unlink from their home identity provider when they are a managed member 2024-06-05 13:57:01 +02:00
themes Prevent users to unlink from their home identity provider when they are a managed member 2024-06-05 13:57:01 +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 Move all JavaScript projects into single PNPM workspace (#24537) 2024-04-02 16:14:58 +02:00
.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 Add Alexander Schwartz to the list of maintainers 2023-06-27 06:45:06 -03:00
maven-settings.xml
mvnw
mvnw.cmd
package.json Bump tslib from 2.6.2 to 2.6.3 2024-06-05 14:01:06 +02:00
pnpm-lock.yaml Bump cypress-split from 1.23.6 to 1.23.7 2024-06-05 14:49:13 +02:00
pnpm-workspace.yaml Move all JavaScript projects into single PNPM workspace (#24537) 2024-04-02 16:14:58 +02:00
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 changed name and added version number (#28157) 2024-04-19 14:10:34 -04:00
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