No description
Find a file
Håvar Nøvik bc55846809
Fixes a NullPointerException after import validation (#20151)
* Fixes a NullPointerException after import validation

If the import validation (when getting a user by email)
returns null, indicating that the user entity should be
removed from local storage, an email equality check results
in a NullPointerException.

This commit fixes this issue by explicitly checking for null.

Closes #20150

---------
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2023-10-23 17:19:25 -04:00
.github
.idea
.mvn
adapters
authz
boms
common
core
crypto
dependencies
distribution
docs [docs] Update Docker Registry links to new locations. (#24193) 2023-10-23 08:27:36 +02:00
examples
federation
integration kcadm.bat, kcreg.bat do not respect environment variables JAVA, JAVA_… (#23630) 2023-10-20 15:51:54 +02:00
js fix exception when user does not have view-realm role (#24036) 2023-10-23 14:35:31 -04:00
misc
model Fixes a NullPointerException after import validation (#20151) 2023-10-23 17:19:25 -04:00
operator fix: moves jgroups.dns.query to a system property (#24057) 2023-10-20 09:50:29 +02:00
quarkus improvement: validates the expected values of non-cli properties (#23797) 2023-10-20 17:21:03 +00:00
rest
saml-core
saml-core-api
server-spi Avoid breaking change in UserSessionModel (#24134) 2023-10-20 18:06:07 +02:00
server-spi-private User profile tweaks in registration forms 2023-10-20 06:31:21 -07:00
services Declarative User Profile export 2023-10-21 19:21:20 +02:00
testsuite Fixes a NullPointerException after import validation (#20151) 2023-10-23 17:19:25 -04:00
themes Update Czech and Slovak localization (#24189) 2023-10-20 19:29:48 -04:00
util
.gitattributes
.gitignore
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml CVE-2023-44487 Denial of Service (DoS) vulnerability in io.netty (#24115) 2023-10-20 09:13:27 +02:00
PR-CHECKLIST.md
prod-arguments.json
README.md
set-version.sh

Keycloak

Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.

This repository contains the source code for the Keycloak Server, Java adapters and the JavaScript adapter.

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.

Other Keycloak Projects

License