mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-09 15:02:05 -03:30
When an organization's redirect URL is left empty, Keycloak currently defaults to the account console URL, ignoring the account client's configured Home URL (base URL). This fix checks the account client's base URL before falling back to the default account console URL. Changes: - Added resolveAccountClientBaseUrl() helper method in OrganizationInvitationResource - Added setBaseUrl() method to ClientAttributeUpdater test utility - Added integration tests for the new behavior Closes #45052 Signed-off-by: Rathan Naik <30756840+Rathan-Naik@users.noreply.github.com>