Closed
Description
Description
Currently the method org.keycloak.email.freemarker.beans.ProfileBean#getOrganizations uses the OrganizationProvider without a null check. If the feature "organization" is disabled the Provider could not be found and a NullPointerException is thrown.
Suggestion: add null check
Discussion
No response
Motivation
No response
Details
No response