No description
Find a file
Vlasta Ramik 4ce40be1af
Make the ORGANIZATION a default feature (#32404)
Closes #32395

Signed-off-by: vramik <vramik@redhat.com>
2024-09-18 12:19:28 +02:00
.github Bump aquasecurity/trivy-action from 0.21.0 to 0.24.0 2024-09-17 09:28:27 -03:00
.idea
.mvn
adapters Honor turnOffChangeSessionIdOnLogin in SAML adapter (#185) 2024-09-16 09:21:07 +02:00
authz Avoid releasing keycloak-authz-client-test artifact to maven repositories 2024-09-05 11:57:08 +02:00
boms Remove adapter and misc boms 2024-09-04 17:03:53 +02:00
common Make the ORGANIZATION a default feature (#32404) 2024-09-18 12:19:28 +02:00
core Rename remote-cache Feature 2024-09-13 13:03:13 +02:00
crypto Remove keycloak-core and keycloak-crypto-default from SAML galleon feature pack and upgrade them to Java 17 2024-09-03 15:58:57 +02:00
dependencies
distribution Bump org.apache.maven:maven-core in /distribution/maven-plugins (#32812) 2024-09-11 14:17:29 +00:00
docs Make the ORGANIZATION a default feature (#32404) 2024-09-18 12:19:28 +02:00
federation Do not automatically re-import users if they already exist locally when searching by attributes 2024-09-13 08:54:44 +02:00
integration Javadoc for the admin-client methods for the endpoints and parameters introduced since Keycloak 24 2024-09-17 11:40:38 +02:00
js Bump @types/react from 18.3.6 to 18.3.7 (#33036) 2024-09-18 09:37:58 +02:00
misc Remove keycloak-test-helper module 2024-09-12 09:13:26 +02:00
model Add cache for IdentityProviderStorageProvider.getForLogin (#32918) 2024-09-18 09:05:57 +02:00
operator Remove crd-generator-apt from operator (#32555) 2024-09-13 12:01:55 +02:00
quarkus Upgrade to Quarkus 3.14.2 (#32519) 2024-09-13 20:18:48 +02:00
rest Avoid NPE if realm configuration contains invalid required action configuration (#32649) 2024-09-04 15:04:58 -04:00
saml-core
saml-core-api
server-spi Add cache for IdentityProviderStorageProvider.getForLogin (#32918) 2024-09-18 09:05:57 +02:00
server-spi-private Remove unnecessary AbstractConfigPropertySynchronizer class (#33002) 2024-09-18 08:58:32 +02:00
services Improve FolderThemeProvider 2024-09-18 12:17:23 +02:00
test-framework
test-poc
testsuite Make the ORGANIZATION a default feature (#32404) 2024-09-18 12:19:28 +02:00
themes removed tabindex so that the natural is used 2024-09-13 14:18:50 +02:00
util
.editorconfig
.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 typescript-eslint from 8.5.0 to 8.6.0 (#33005) 2024-09-18 10:39:36 +02:00
pnpm-lock.yaml Bump typescript-eslint from 8.5.0 to 8.6.0 (#33005) 2024-09-18 10:39:36 +02:00
pnpm-workspace.yaml
pom.xml Upgrade to Quarkus 3.14.4 (#32971) 2024-09-17 14:18:53 +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