No description
Find a file
Jon Koops 0327787645 Remove legacy Account Console tests
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-10 14:34:56 +02:00
.github Remove legacy Account Console tests 2024-04-10 14:34:56 +02:00
.idea
.mvn
.vscode Add VS Code configuration for ESlint (#28588) 2024-04-10 08:11:00 -04:00
adapters
authz
boms Upgrade nexus staging maven plugin version (#21428) 2023-07-04 11:00:04 +00:00
common
core Manage organization attributes 2024-04-10 09:10:49 -03:00
crypto
dependencies
distribution
docs Add sub via protocol mapper to access token 2024-04-10 10:40:42 +02:00
federation
integration Initial security profile SPI to integrate default client policies 2024-04-10 11:19:56 +02:00
js Initial security profile SPI to integrate default client policies 2024-04-10 11:19:56 +02:00
misc
model Manage organization attributes 2024-04-10 09:10:49 -03:00
operator
quarkus
rest
saml-core
saml-core-api SAML element EncryptionMethod can consist any element 2024-04-09 14:15:56 +02:00
server-spi Manage organization attributes 2024-04-10 09:10:49 -03:00
server-spi-private Initial security profile SPI to integrate default client policies 2024-04-10 11:19:56 +02:00
services Manage organization attributes 2024-04-10 09:10:49 -03:00
testsuite Remove legacy Account Console tests 2024-04-10 14:34:56 +02:00
themes
util Artifact SLF4J LOG4J-12 has been relocated (#20113) 2023-05-05 13:57:45 +02:00
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
package.json
pnpm-lock.yaml
pnpm-workspace.yaml
pom.xml
PR-CHECKLIST.md
README.md
SECURITY-INSIGHTS.yml
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