No description
Find a file
Stian Thorgersen a499512f35
Set SameSite for all cookies (#28467)
Closes #28465

Signed-off-by: stianst <stianst@gmail.com>
2024-04-09 12:29:19 +02:00
.github Make the UI team owner of the themes directory (#28399) 2024-04-03 16:36:12 +02:00
.idea
.mvn
adapters Do not rely on boot module loader for finding module dependencies 2024-04-04 19:20:43 +02:00
authz Adding tests 2024-04-03 08:04:17 -03:00
boms
common Hostname SPI v2 (#26345) 2024-04-09 11:25:19 +02:00
core Added ClientType implementation from Marek's prototype 2024-04-08 20:20:37 +02:00
crypto Use Argon2 as default password hashing algorithm (#28162) 2024-03-22 13:04:14 +00:00
dependencies
distribution Fix api-docs-dist after removal of resteasy-core (#27407) 2024-03-01 09:47:44 +01:00
docs Set SameSite for all cookies (#28467) 2024-04-09 12:29:19 +02:00
federation Make sure attribute metadata from user storage providers are added only for the provider associated with a federated user 2024-04-08 09:05:16 -03:00
integration Added ClientType implementation from Marek's prototype 2024-04-08 20:20:37 +02:00
js Allow false to be set for pkceMethod option (#28347) 2024-04-09 07:33:12 +00:00
misc
model Added ClientType implementation from Marek's prototype 2024-04-08 20:20:37 +02:00
operator Support management port for health and metrics (#27629) 2024-04-03 16:18:44 +02:00
quarkus fix: changing max threads default 2024-04-09 12:14:56 +02:00
rest task: remove usage of resteasy-core-spi (#27387) 2024-03-21 15:28:34 +01:00
saml-core Handle 'You are already logged in' for expired authentication sessions (#27793) 2024-04-04 10:41:03 +02:00
saml-core-api
server-spi Hostname SPI v2 (#26345) 2024-04-09 11:25:19 +02:00
server-spi-private Set SameSite for all cookies (#28467) 2024-04-09 12:29:19 +02:00
services Hostname SPI v2 (#26345) 2024-04-09 11:25:19 +02:00
testsuite Set SameSite for all cookies (#28467) 2024-04-09 12:29:19 +02:00
themes Bump rollup from 4.14.0 to 4.14.1 (#28497) 2024-04-08 10:10:27 +02:00
util
.gitattributes
.gitignore Move all JavaScript projects into single PNPM workspace (#24537) 2024-04-02 16:14:58 +02:00
.gitleaks.toml Ignore a false positive in internal code scan (#27811) 2024-03-12 15:49:46 +01:00
ADOPTERS.md add Bundesagentur für Arbeit to ADOPTERS.md (#26784) 2024-02-05 14:32:49 +01:00
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
package.json Bump @types/node from 20.12.4 to 20.12.5 2024-04-08 10:33:10 +02:00
pnpm-lock.yaml Bump @types/react from 18.2.65 to 18.2.74 (#28367) 2024-04-08 09:42:48 +00:00
pnpm-workspace.yaml Move all JavaScript projects into single PNPM workspace (#24537) 2024-04-02 16:14:58 +02:00
pom.xml Move all JavaScript projects into single PNPM workspace (#24537) 2024-04-02 16:14:58 +02:00
PR-CHECKLIST.md
README.md Add some badges to README.md (#27921) 2024-03-15 11:25:21 +01:00
SECURITY-INSIGHTS.yml Provide an OpenSSF security insights manifest file 2024-02-15 11:02:33 -03:00
set-version.sh

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