Information
Once a user is logged out, the logout page redirects can be controlled to be redirected to a specific set of trusted domains instead of just localhost.
One can control the domain names to be directed to once a logout happens. This will ensure that the redirection is not happening to an untrusted server.
Solution
Add/set the setting below to ${server.config.dir}/configDropins/overrides/<any file name>.xml
<webAppSecurity logoutPageRedirectDomainNames="<domain name list>" />